diff --git a/packages/features/notifications/src/components/notifications-popover.tsx b/packages/features/notifications/src/components/notifications-popover.tsx index bacd4cce0..875f2e74c 100644 --- a/packages/features/notifications/src/components/notifications-popover.tsx +++ b/packages/features/notifications/src/components/notifications-popover.tsx @@ -54,10 +54,6 @@ export function NotificationsPopover(params: { realtime: params.realtime, }); - const unread = notifications.filter( - (notification) => !notification.dismissed, - ); - const timeAgo = (createdAt: string) => { const date = new Date(createdAt); @@ -125,18 +121,18 @@ export function NotificationsPopover(params: { return ( -