From 09486ef56efedbe5beaabbcbfa9b67ac34ad652e Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Tue, 23 Jun 2026 17:21:26 +0200
Subject: [PATCH] Task/harmonize price column in subscription table of user
detail dialog (#7108)
Harmonize price column
---
.../app/components/user-detail-dialog/user-detail-dialog.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html b/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
index 18bd00a41..0b0b59e7d 100644
--- a/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+++ b/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
@@ -171,7 +171,8 @@
mat-cell
>
@if (element.price === null) {
- —
+ –
+ {{ baseCurrency }}
} @else {