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"
[currency]="user?.settings?.baseCurrency"
[historicalDataItems]="historicalDataItems"
[isInPercentage]="
data.hasImpersonationId || user.settings.isRestrictedView
"
[isInPercentage]="showValuesInPercentage()"
[isLoading]="isLoadingChart"
[locale]="user?.settings?.locale"
/>

Loading…
Cancel
Save