diff --git a/lib/views/notification/strings/notification_strings.dart b/lib/views/notification/strings/notification_strings.dart index 4d9f564..2497f52 100644 --- a/lib/views/notification/strings/notification_strings.dart +++ b/lib/views/notification/strings/notification_strings.dart @@ -24,6 +24,5 @@ class NotificationStrings { static const String noUnreadNotifications = 'No unread notifications'; static const String noImportantNotifications = 'No important notifications'; static const String moreTextButton = 'More'; - static const String seeDetails = 'See Details'; static const String noNotifications = 'No notifications'; }