mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Do not display userCount when it is equal to 0
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
c8fce63428
commit
617a9e8a29
5 changed files with 7 additions and 7 deletions
|
|
@ -56,7 +56,7 @@
|
|||
<AccountGroup :size="20" />
|
||||
</template>
|
||||
<template #counter>
|
||||
<NcCounterBubble :type="!selectedGroupDecoded ? 'highlighted' : undefined">
|
||||
<NcCounterBubble v-if="userCount" :type="!selectedGroupDecoded ? 'highlighted' : undefined">
|
||||
{{ userCount }}
|
||||
</NcCounterBubble>
|
||||
</template>
|
||||
|
|
|
|||
4
dist/settings-users-8351.js
vendored
4
dist/settings-users-8351.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-users-8351.js.map
vendored
2
dist/settings-users-8351.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue