From 84d7115a77ef2fdaadca8b112bd05960d7524db6 Mon Sep 17 00:00:00 2001 From: Dionizio Ferreira Date: Sat, 6 Dec 2025 07:35:42 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20warn=20de=20typescrip?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/contas/accounts-page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/contas/accounts-page.tsx b/components/contas/accounts-page.tsx index bf03fef..de5e00e 100644 --- a/components/contas/accounts-page.tsx +++ b/components/contas/accounts-page.tsx @@ -194,7 +194,11 @@ export function AccountsPage({ accounts, logoOptions }: AccountsPageProps) { {transferFromAccount && ( ({ + ...a, + balance: a.balance ?? a.initialBalance ?? 0, + excludeFromBalance: a.excludeFromBalance ?? false, + }))} fromAccountId={transferFromAccount.id} currentPeriod={getCurrentPeriod()} open={transferOpen}