hide the count until the property is set.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<div style="margin-bottom: 20px;" class="flex items-center">
|
||||
|
||||
<div style="font-size: 16px;">
|
||||
<span class="bold">Users</span> <span>({{vm.usersOptions.totalItems}})</span>
|
||||
<span class="bold">Users</span> <span ng-if="vm.usersOptions.totalItems">({{vm.usersOptions.totalItems}})</span>
|
||||
</div>
|
||||
|
||||
<div class="flex" style="margin-left: auto;">
|
||||
|
||||
Reference in New Issue
Block a user