Browse Source

Change to performance with currency effect

pull/3046/head
Thomas Kaul 2 years ago
parent
commit
0f9c852ebb
  1. 8
      apps/client/src/app/pages/portfolio/analysis/analysis-page.html

8
apps/client/src/app/pages/portfolio/analysis/analysis-page.html

@ -177,7 +177,9 @@
[colorizeSign]="true"
[isPercent]="true"
[locale]="user?.settings?.locale"
[value]="position.netPerformancePercentage"
[value]="
position.netPerformancePercentageWithCurrencyEffect
"
/>
</div>
</a>
@ -223,7 +225,9 @@
[colorizeSign]="true"
[isPercent]="true"
[locale]="user?.settings?.locale"
[value]="position.netPerformancePercentage"
[value]="
position.netPerformancePercentageWithCurrencyEffect
"
/>
</div>
</a>

Loading…
Cancel
Save