From 4aface583d921773eb7f158f63d0bee55624f4f3 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Tue, 19 Jul 2022 16:41:11 -0600 Subject: [PATCH] Remove pesky loading spinner --- web/pages/notifications.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ? ( + ) : (
- ) : ( - ), }, {