From 37e3cfb76c5644b293685f0cfaf567880ccc22cc Mon Sep 17 00:00:00 2001 From: Gagan Suie Date: Tue, 7 Feb 2023 18:52:14 -0600 Subject: [PATCH] Fix: login/logout toggle --- src/lib/components/MainDrawer/MainDrawer.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/MainDrawer/MainDrawer.svelte b/src/lib/components/MainDrawer/MainDrawer.svelte index d22d55a6..0a00e321 100644 --- a/src/lib/components/MainDrawer/MainDrawer.svelte +++ b/src/lib/components/MainDrawer/MainDrawer.svelte @@ -180,7 +180,7 @@ Settings {/if} - {#if !$current_user} + {#if $current_user}