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}
|
||||
cachedNotifications={localNotifications}
|
||||
/>
|
||||
) : localNotificationGroups &&
|
||||
localNotificationGroups.length > 0 ? (
|
||||
) : (
|
||||
<div className={'min-h-[100vh]'}>
|
||||
<RenderNotificationGroups
|
||||
notificationGroups={localNotificationGroups}
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
<LoadingIndicator />
|
||||
),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user