Skip to content

Commit

Permalink
fix(UserMenu): menu opening after login
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed May 31, 2022
1 parent e685626 commit 4358969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
class="h-screen row justify-content-center bg-white border-gray-200 dark:bg-gray-600"
>
<NavBar v-if="showNavBar" />
<NavBar v-show="showNavBar" />
<main>
<router-view />
</main>
Expand Down

0 comments on commit 4358969

Please sign in to comment.