diff --git a/apps/app/components/notifications/notification-popover.tsx b/apps/app/components/notifications/notification-popover.tsx index 0ad6ae66f..a8652e7ff 100644 --- a/apps/app/components/notifications/notification-popover.tsx +++ b/apps/app/components/notifications/notification-popover.tsx @@ -261,7 +261,7 @@ export const NotificationPopover = () => { {notifications ? ( notifications.length > 0 ? ( -
+
{notifications.map((notification) => (