fix: unexpected char in cashflow transactions report

This commit is contained in:
Ahmed Bouhuolia
2024-07-08 15:25:28 +02:00
parent 7f41b4280e
commit 24a77c81b3

View File

@@ -74,7 +74,7 @@ export class CashflowAccountTransactionReport extends FinancialSheet {
const firstMatchedTrans = first(matchedTrans); const firstMatchedTrans = first(matchedTrans);
return ( return (
(firstCategorizedTrans?.id || firstCategorizedTrans?.id ||
firstMatchedTrans?.uncategorizedTransactionId || firstMatchedTrans?.uncategorizedTransactionId ||
null null
); );