fix position currency conversion (#256)
Co-authored-by: Valentin Zickner <github@zickner.ch>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<gf-value
|
||||
class="mr-3"
|
||||
[colorizeSign]="true"
|
||||
[currency]="position?.currency"
|
||||
[currency]="baseCurrency"
|
||||
[locale]="locale"
|
||||
[value]="position?.grossPerformance"
|
||||
></gf-value>
|
||||
|
Reference in New Issue
Block a user