From b9e29277f0084d8bcccbcc1dee3bc87fe9ca76e8 Mon Sep 17 00:00:00 2001 From: kaje94 Date: Sun, 22 Oct 2023 15:49:18 +0530 Subject: [PATCH] Minor change in empty placeholders --- src/components/DashboardListings/DashboardListingsList.tsx | 2 +- .../DashboardNotifications/DashboardNotificationsList.tsx | 2 +- .../DashboardSubscriptions/DashboardSubscriptionList.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DashboardListings/DashboardListingsList.tsx b/src/components/DashboardListings/DashboardListingsList.tsx index c7b4546..894e7c9 100644 --- a/src/components/DashboardListings/DashboardListingsList.tsx +++ b/src/components/DashboardListings/DashboardListingsList.tsx @@ -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" /> )} diff --git a/src/components/DashboardNotifications/DashboardNotificationsList.tsx b/src/components/DashboardNotifications/DashboardNotificationsList.tsx index 5b9f45d..35e691e 100644 --- a/src/components/DashboardNotifications/DashboardNotificationsList.tsx +++ b/src/components/DashboardNotifications/DashboardNotificationsList.tsx @@ -45,7 +45,7 @@ export const DashboardNotificationsList: FC = ({ 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" /> )} diff --git a/src/components/DashboardSubscriptions/DashboardSubscriptionList.tsx b/src/components/DashboardSubscriptions/DashboardSubscriptionList.tsx index b3df64d..bcf5229 100644 --- a/src/components/DashboardSubscriptions/DashboardSubscriptionList.tsx +++ b/src/components/DashboardSubscriptions/DashboardSubscriptionList.tsx @@ -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" /> )}