From 90ee7a46b680f9649faa1f7dbc64a14ffcdda546 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 31 Jan 2024 02:21:53 -0800 Subject: fix(routes): load lists after identity loaded --- src/routes/+page.svelte | 6 +++--- src/routes/completed/+page.svelte | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/routes') diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 16ca4e9b..f3b81ebe 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -40,7 +40,7 @@ > {#if !$settings.disableUpcomingAnime}
- {#if $userIdentity.id != -1} + {#if $userIdentity.id !== -2} {:else} @@ -56,7 +56,7 @@ {#if !$settings.disableAnime}
- {#if $userIdentity.id != -1} + {#if $userIdentity.id !== -2} {:else} @@ -72,7 +72,7 @@ {#if !$settings.disableManga}
- {#if $userIdentity.id != -1} + {#if $userIdentity.id !== -2}
- {#if $userIdentity.id != -1} + {#if $userIdentity.id !== -2} {:else} @@ -40,7 +40,7 @@
- {#if $userIdentity.id != -1} + {#if $userIdentity.id !== -2}