Skip to content

Commit

Permalink
hide empty login navbar item after logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 committed Oct 1, 2024
1 parent bfc9ac9 commit 859b54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
b-icon(icon="account")
span  {{ $store.state.user.nickname }}
.navbar-item.has-dropdown.is-hoverable(
v-if="!$store.state.user.steamId || !$store.state.discordUser.id"
v-if="!$store.state.user.steamId"
)
a.navbar-link
b-icon(icon="login")
Expand Down

0 comments on commit 859b54c

Please sign in to comment.