Fix ESLint issues

This commit is contained in:
2025-05-12 18:50:09 +02:00
parent 1e8064946a
commit e55b99b264
3 changed files with 9 additions and 7 deletions

View File

@ -113,7 +113,7 @@ export function NewMovementWidget(
>
<UploadedFileWidget file_id={file.id} />
</span>
<IconButton onClick={() => setFile(undefined)}>
<IconButton onClick={() => { setFile(undefined); }}>
<ClearIcon />
</IconButton>
</>