diff --git a/surfsense_web/components/notifications/NotificationPopup.tsx b/surfsense_web/components/notifications/NotificationPopup.tsx index c08555453..19823fdeb 100644 --- a/surfsense_web/components/notifications/NotificationPopup.tsx +++ b/surfsense_web/components/notifications/NotificationPopup.tsx @@ -78,7 +78,7 @@ export function NotificationPopup({ {loading ? (
- +
) : notifications.length === 0 ? (
@@ -86,7 +86,7 @@ export function NotificationPopup({

No notifications

) : ( -
+
{notifications.map((notification, index) => (