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

@@ -13,7 +13,7 @@ export function AttachMultipleInboxEntriesDialog(p: {
entries: InboxEntry[];
movements: Movement[][];
onClose: () => void;
onSelected: (mapping: Array<number | undefined>) => void;
onSelected: (mapping: (number | undefined)[]) => void;
}): React.ReactElement {
const handleSubmit = () => {};
return (