mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 08:23:04 +01:00
refactor: display default role if none defined
This commit is contained in:
parent
dd6fd6844c
commit
1f9b7cf947
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<v-chip v-for="role in me.roles" :key="role"
|
||||
>{{ role }}
|
||||
</v-chip>
|
||||
<v-chip v-if="me.roles.length === 0">USER</v-chip>
|
||||
</v-chip-group>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue