diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js index 1486142..e811229 100644 --- a/packages/desktop-client/src/components/accounts/Account.js +++ b/packages/desktop-client/src/components/accounts/Account.js @@ -106,6 +106,7 @@ function EmptyMessage({ onAdd }) { function ReconcilingMessage({ balanceQuery, targetBalance, onDone }) { let cleared = useSheetValue({ name: balanceQuery.name + '-cleared', + value: 0, query: balanceQuery.query.filter({ cleared: true }) }); let targetDiff = targetBalance - cleared;