Skip to content

Commit

Permalink
fix: admin invtie component v-if
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 17, 2023
1 parent 670bf47 commit b95c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Admin/AdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</v-row>

<v-row align='center' justify='center' >
<AdminInvites v-if='inviteCodes.length > 0' :inviteCodes='inviteCodes' @update='update'/>
<AdminInvites :inviteCodes='inviteCodes' @update='update'/>
</v-row>

<v-row align='center' justify='center' >
Expand Down

0 comments on commit b95c21a

Please sign in to comment.