From e44eb01396b45420d37682475142dbcbfb6e746c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 24 Aug 2022 10:45:58 +0200 Subject: [PATCH] fix: dashboard for admins --- apps/ui/src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/src/routes/index.svelte b/apps/ui/src/routes/index.svelte index 22d07c3ea..d6cecacfd 100644 --- a/apps/ui/src/routes/index.svelte +++ b/apps/ui/src/routes/index.svelte @@ -343,7 +343,7 @@ - {:else} + {:else if $appSession.teamId !== '0'}
Nothing is configured yet.
{/if} {#if $appSession.teamId === '0'}