Skip to content

Commit

Permalink
add log for none
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Dec 13, 2024
1 parent 30812f5 commit ebf34d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop-client/src/components/settings/FixSplits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export function FixSplits() {
`Found ${mismatchedSplits.length} split transaction${mismatchedSplits.length > 1 ? 's' : ''} with mismatched amounts:\n` +
mismatchedSplits.map(t => `- ${t.date}`).join('\n'),

Check failure on line 90 in packages/desktop-client/src/components/settings/FixSplits.tsx

View workflow job for this annotation

GitHub Actions / typecheck

Parameter 't' implicitly has an 'any' type.
);
} else {
console.log('No mismatched splits found');
}

setResults(res);
Expand Down

0 comments on commit ebf34d9

Please sign in to comment.