Browse Source

Refactor input to isInPercentage

pull/6691/head
Thomas Kaul 2 months ago
parent
commit
bbcdd4fa53
  1. 2
      apps/client/src/app/pages/portfolio/allocations/allocations-page.html

2
apps/client/src/app/pages/portfolio/allocations/allocations-page.html

@ -204,7 +204,7 @@
<gf-world-map-chart <gf-world-map-chart
[countries]="countries" [countries]="countries"
[format]="worldMapChartFormat" [format]="worldMapChartFormat"
[isInPercent]="showValuesInPercentage()" [isInPercentage]="showValuesInPercentage()"
[locale]="user?.settings?.locale" [locale]="user?.settings?.locale"
/> />
</div> </div>

Loading…
Cancel
Save