Browse Source

Task/harmonize price column in subscription table of user detail dialog (#7108)

Harmonize price column
pull/7109/head^2
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
09486ef56e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html

3
apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html

@ -171,7 +171,8 @@
mat-cell
>
@if (element.price === null) {
<span></span>
<span></span>
<span class="ml-1">{{ baseCurrency }}</span>
} @else {
<gf-value
class="d-inline-block justify-content-end"

Loading…
Cancel
Save