Bugfix/fix currency of value in position detail dialog (#627)

* Fix currency

* Update changelog
This commit is contained in:
Thomas Kaul
2022-01-13 20:25:21 +01:00
committed by GitHub
parent d6b78f3457
commit e344c43a5a
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<div class="col-12 d-flex justify-content-center mb-3">
<gf-value
size="large"
[currency]="currency"
[currency]="data.baseCurrency"
[locale]="data.locale"
[value]="value"
></gf-value>