From d68048ae03301e4f0629784b698d58a2a6e0b096 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 27 Jul 2025 17:01:25 +0200 Subject: [PATCH] Clean up --- .../app/components/accounts-table/accounts-table.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;