diff --git a/apps/app/components/notifications/notification-popover.tsx b/apps/app/components/notifications/notification-popover.tsx index 486a091e4..51b760bbb 100644 --- a/apps/app/components/notifications/notification-popover.tsx +++ b/apps/app/components/notifications/notification-popover.tsx @@ -189,7 +189,7 @@ export const NotificationPopover = () => { {snoozed ? "Snoozed Notifications" : readNotification - ? "Read Notifications" + ? "Unread Notifications" : "Archived Notifications"} @@ -247,9 +247,7 @@ export const NotificationPopover = () => {
{notifications ? ( - notifications.filter( - (notification) => notification.data.issue_activity.field !== "None" - ).length > 0 ? ( + notifications.length > 0 ? ( notifications.map((notification) => (