add changes
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<h2>Users</h2>
|
||||
@if (pagination()) {
|
||||
<span class="total-count">
|
||||
Total: {{ pagination()?.totalUsers }} user{{ pagination()?.totalUsers !== 1 ? 's' : '' }}
|
||||
Total: {{ pagination()?.totalItems }} user{{ pagination()?.totalItems !== 1 ? 's' : '' }}
|
||||
</span>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user