diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 0d5ecdb9..d011e757 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -94,15 +94,12 @@ export default function Notifications(props: { user: User }) { privateUser={privateUser} cachedNotifications={localNotifications} /> - ) : localNotificationGroups && - localNotificationGroups.length > 0 ? ( + ) : (