From 052a1572c86b1ee91700f52e1b8caf67534c666f Mon Sep 17 00:00:00 2001 From: SeongHo Park Date: Tue, 11 Jun 2024 15:23:29 +0700 Subject: [PATCH] Fix bug with showing project list and table --- frontend/src/routes/(authenticated)/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/(authenticated)/+page.svelte b/frontend/src/routes/(authenticated)/+page.svelte index 69ccad18d..bc60a585f 100644 --- a/frontend/src/routes/(authenticated)/+page.svelte +++ b/frontend/src/routes/(authenticated)/+page.svelte @@ -95,7 +95,7 @@ {/if} - {#if !$projectStore.length} + {#if !allProjects.length}
{#if !data.user.emailVerified && !data.user.createdByAdmin}