Skip to content

Commit

Permalink
fix(MenuNav.vue): remove trigger slot on button
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjent committed Sep 9, 2024
1 parent 2d278b2 commit c6b3c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MenuNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<lang-switcher></lang-switcher>
<div class="navbar-end buttons">
<b-dropdown v-if="$auth.check()" position="is-bottom-left" paddingless>
<button class="button is-primary" v-slot:trigger>
<button class="button is-primary">
<span>{{ $auth.user().email }}</span>
<b-icon pack="fas" icon="caret-down"></b-icon>
</button>
Expand Down

0 comments on commit c6b3c8f

Please sign in to comment.