{#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}
changeNotifsType('all')} aria-hidden class="inline-block mr-2 interactive-svg text-blue-200 interactive-svg" >All changeNotifsType('rewards')} aria-hidden class="text-blue-200 interactive-svg interactive-svg text-blue-200 interactive-svg">Rewards
{#each notifs.reverse() as notif} {/each}
{/if} {#if noNotifications }

No Notifications

You have no notifications

{/if}