From 4116f09b5baa81ae0365758d94a99dea982630ff Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Tue, 3 May 2022 11:45:17 +0200 Subject: [PATCH] Fix #127 --- .../src/app/Views/dashboard/dashboard.component.html | 10 +++++----- .../dashboard/user-dialog/user-dialog.component.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/Views/dashboard/dashboard.component.html b/frontend/src/app/Views/dashboard/dashboard.component.html index f346c34..db59f2b 100644 --- a/frontend/src/app/Views/dashboard/dashboard.component.html +++ b/frontend/src/app/Views/dashboard/dashboard.component.html @@ -33,7 +33,7 @@ Price - {{ element.current_price }} + {{ element.current_price }}$ @@ -84,18 +84,18 @@
savings{{ depotCurrentValue.toFixed(2) }} + >{{ depotCurrentValue.toFixed(2) }}$
paid{{ depotCost.toFixed(2) }} + >{{ depotCost.toFixed(2) }}$
account_balance{{ profit.toFixed(2) }}{{ profit.toFixed(2) }}$
@@ -140,7 +140,7 @@ Price - {{ element.price }} + {{ element.price }}$ diff --git a/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html b/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html index 0808e12..e320fba 100644 --- a/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html +++ b/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html @@ -55,7 +55,7 @@ />
- +