{#if loading} {:else if notifs.length === 0} {#await pastNotifsPromise} {:then pastNotifs} {#if (pastNotifs.notifs.reverse() ?? []).length > 0} {noNotifications = true} {:else} {#each pastNotifs.notifs.reverse() as notif} {/each} {/if} {/await} {:else}
No Notifications
You have no notifications