Fix ESLint issues

This commit is contained in:
2025-05-14 22:04:34 +02:00
parent 91e5d8af31
commit 5aa954dca2
10 changed files with 46 additions and 39 deletions

View File

@@ -65,7 +65,7 @@ export function AttachInboxEntryToMovementDialog(p: {
</Typography>
{Number.isFinite(p.entry.amount) &&
value !== undefined &&
p.entry.amount !== value?.amount && (
p.entry.amount !== value.amount && (
<Alert severity="warning">Amount mismatch!</Alert>
)}
<Button