Skip to content

Commit

Permalink
Fix: login/logout toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
gagansuie committed Feb 8, 2023
1 parent e9f584a commit 37e3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/MainDrawer/MainDrawer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
Settings</a>
</li>
{/if}
{#if !$current_user}
{#if $current_user}
<li>
<button on:click={logout}>
<IconDrawerLogOut />
Expand Down

0 comments on commit 37e3cfb

Please sign in to comment.