Browse Source

Refactoring

pull/6698/head
Thomas Kaul 2 months ago
parent
commit
13f5d09595
  1. 4
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html

4
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html

@ -24,9 +24,7 @@
class="h-100" class="h-100"
[currency]="user?.settings?.baseCurrency" [currency]="user?.settings?.baseCurrency"
[historicalDataItems]="historicalDataItems" [historicalDataItems]="historicalDataItems"
[isInPercentage]=" [isInPercentage]="showValuesInPercentage()"
data.hasImpersonationId || user.settings.isRestrictedView
"
[isLoading]="isLoadingChart" [isLoading]="isLoadingChart"
[locale]="user?.settings?.locale" [locale]="user?.settings?.locale"
/> />

Loading…
Cancel
Save