Skip to content

Commit

Permalink
Fix bug with showing project list and table
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHo Park committed Jun 11, 2024
1 parent e54a167 commit 052a157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/(authenticated)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{/if}
</svelte:fragment>

{#if !$projectStore.length}
{#if !allProjects.length}
<div class="text-lg text-secondary flex gap-4 items-center justify-center">
<span class="i-mdi-creation-outline text-xl shrink-0" />
{#if !data.user.emailVerified && !data.user.createdByAdmin}
Expand Down

0 comments on commit 052a157

Please sign in to comment.