Fix ESLint issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user