Remove pesky loading spinner
This commit is contained in:
parent
2152e5286a
commit
4aface583d
|
@ -94,15 +94,12 @@ export default function Notifications(props: { user: User }) {
|
||||||
privateUser={privateUser}
|
privateUser={privateUser}
|
||||||
cachedNotifications={localNotifications}
|
cachedNotifications={localNotifications}
|
||||||
/>
|
/>
|
||||||
) : localNotificationGroups &&
|
) : (
|
||||||
localNotificationGroups.length > 0 ? (
|
|
||||||
<div className={'min-h-[100vh]'}>
|
<div className={'min-h-[100vh]'}>
|
||||||
<RenderNotificationGroups
|
<RenderNotificationGroups
|
||||||
notificationGroups={localNotificationGroups}
|
notificationGroups={localNotificationGroups}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
|
||||||
<LoadingIndicator />
|
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user