Browse Source

Clean up

pull/4720/head
Thomas Kaul 4 weeks ago
parent
commit
d68048ae03
  1. 2
      apps/client/src/app/components/accounts-table/accounts-table.component.ts

2
apps/client/src/app/components/accounts-table/accounts-table.component.ts

@ -60,7 +60,7 @@ export class GfAccountsTableComponent implements OnChanges, OnDestroy {
@Input() hasPermissionToOpenDetails = true;
@Input() locale = getLocale();
@Input() showActions: boolean;
@Input() showAllocationInPercentage = false;
@Input() showAllocationInPercentage: boolean;
@Input() showBalance = true;
@Input() showFooter = true;
@Input() showTransactions = true;

Loading…
Cancel
Save