Browse Source
Task/harmonize price column in subscription table of user detail dialog (#7108)
Harmonize price column
pull/7109/head^2
Thomas Kaul
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
|
|
@ -171,7 +171,8 @@ |
|
|
mat-cell |
|
|
mat-cell |
|
|
> |
|
|
> |
|
|
@if (element.price === null) { |
|
|
@if (element.price === null) { |
|
|
<span>—</span> |
|
|
<span>–</span> |
|
|
|
|
|
<span class="ml-1">{{ baseCurrency }}</span> |
|
|
} @else { |
|
|
} @else { |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="d-inline-block justify-content-end" |
|
|
class="d-inline-block justify-content-end" |
|
|
|