Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
apps/client/src/app/components/admin-users/admin-users.html
|
|
@ -45,21 +45,21 @@ |
|
|
|
</td> |
|
|
|
<td class="mat-cell px-1 py-2"> |
|
|
|
<gf-value |
|
|
|
class="align-items-end" |
|
|
|
class="justify-content-end" |
|
|
|
[locale]="user?.settings?.locale" |
|
|
|
[value]="userItem.accountCount" |
|
|
|
></gf-value> |
|
|
|
</td> |
|
|
|
<td class="mat-cell px-1 py-2"> |
|
|
|
<gf-value |
|
|
|
class="align-items-end" |
|
|
|
class="justify-content-end" |
|
|
|
[locale]="user?.settings?.locale" |
|
|
|
[value]="userItem.transactionCount" |
|
|
|
></gf-value> |
|
|
|
</td> |
|
|
|
<td class="mat-cell px-1 py-2"> |
|
|
|
<gf-value |
|
|
|
class="align-items-end" |
|
|
|
class="justify-content-end" |
|
|
|
[locale]="user?.settings?.locale" |
|
|
|
[precision]="0" |
|
|
|
[value]="userItem.engagement" |
|
|
|