fix position currency conversion (#256)

Co-authored-by: Valentin Zickner <github@zickner.ch>
This commit is contained in:
Valentin Zickner
2021-08-05 22:36:18 +02:00
committed by GitHub
parent c4b6273886
commit bf256ae50c
2 changed files with 35 additions and 17 deletions

View File

@@ -45,7 +45,7 @@
<gf-value
class="mr-3"
[colorizeSign]="true"
[currency]="position?.currency"
[currency]="baseCurrency"
[locale]="locale"
[value]="position?.grossPerformance"
></gf-value>