From e344c43a5aa3b559234a245002803548b83f0067 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:25:21 +0100 Subject: [PATCH] Bugfix/fix currency of value in position detail dialog (#627) * Fix currency * Update changelog --- CHANGELOG.md | 4 ++++ .../position-detail-dialog/position-detail-dialog.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c25f19f1..c36baa81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added links to the statistics section on the about page +### Fixed + +- Fixed the currency of the value in the position detail dialog + ## 1.102.0 - 11.01.2022 ### Changed diff --git a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html index 3bd2b780..00d94926 100644 --- a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html +++ b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html @@ -12,7 +12,7 @@