diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.ts b/apps/client/src/app/components/accounts-table/accounts-table.component.ts index ba638e543..a7ce6e488 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.ts +++ b/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;