Skip to content

Commit

Permalink
add text for no users
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed May 26, 2024
1 parent 2145bc5 commit 5df3c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/viewer/RoleViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
</div>
<v-hover v-slot="{hover}" v-else>
<div class="my-1">
<UserAvatar :uid="user.uid" :size="46" classes="ma-1" :key="user.uid" v-for="user in usersWithRole||[]"
<UserAvatar :uid="user.uid" :size="46" classes="ma-1" :key="user.uid" v-for="user in usersWithRole||[]"
:elevation="hover?3:0"></UserAvatar>
<template v-if="!usersWithRole.length">No users</template>
</div>
</v-hover>
<div v-if="showPlainEmail">
Expand Down

0 comments on commit 5df3c04

Please sign in to comment.