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