Skip to content

Commit

Permalink
Minor change in empty placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
kaje94 committed Oct 22, 2023
1 parent c82dcd1 commit b9e2927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/DashboardListings/DashboardListingsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const DashboardListingsList: FC<
? "Try adjusting or resetting your search filters"
: "By creating a new new advertisement, you have the opportunity to showcase the vehicle you want to sell to a wide audience."
}
text="No advertisements to display."
text="No advertisements to display"
/>
)}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const DashboardNotificationsList: FC<Props> = ({ notifications, pageLoadi
? "Try adjusting or resetting your search filters"
: "You do not have any notifications yet. Try checking out again later"
}
text="No notifications to display."
text="No notifications to display"
/>
)}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const DashboardSubscriptionList: FC<
? "Try adjusting or resetting your search filters"
: "By creating a new subscription, you'll receive notifications about any new advertisements that match your interests."
}
text="No subscriptions to display."
text="No subscriptions to display"
/>
)}

Expand Down

0 comments on commit b9e2927

Please sign in to comment.