Skip to content

Commit

Permalink
fix(ui): admin label
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Sep 17, 2023
1 parent b2cecc7 commit 1fc842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
</v-list-item-content>

<v-list-item-action>
<v-chip color="red" small>admin</v-chip>
<v-chip color="red" v-if="user.admin" small>admin</v-chip>
</v-list-item-action>
</v-list-item>
</template>
Expand Down

0 comments on commit 1fc842c

Please sign in to comment.