Skip to content

Commit

Permalink
Move 'if' property from 'div' tag to 'ds-flex-item' tag
Browse files Browse the repository at this point in the history
- Remove the previously added 'div' tag.
  • Loading branch information
Tirokk committed Jan 5, 2025
1 parent 82de684 commit 74989cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions webapp/components/HeaderMenu/HeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,13 @@
</ds-flex-item>
<!-- invite button mobile -->
<ds-flex-item
v-if="inviteRegistration"
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
style="text-align: center"
>
<div v-if="inviteRegistration">
<client-only>
<invite-button placement="top" />
</client-only>
</div>
<client-only>
<invite-button placement="top" />
</client-only>
</ds-flex-item>
<!-- group button -->
<ds-flex-item
Expand Down

0 comments on commit 74989cf

Please sign in to comment.