Skip to content

Commit

Permalink
fix display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ellielle committed Jun 13, 2024
1 parent ca1f1a8 commit 2d276fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<main>
{#if $User.isLoggedIn}
<Tabs />
{:else if !$User.isLoggedIn && $User.userData.Handle !== ""}
{:else}
<div class="container-buddy">
<div class="menu-container">
<!-- show user login button if automatic sign in fails -->
Expand Down

0 comments on commit 2d276fc

Please sign in to comment.