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

@ -377,7 +377,7 @@ function MovementsTable(p: {
variant="standard"
size="small"
value={labelFilter}
onChange={(e) => setLabelFilter(e.target.value)}
onChange={(e) => { setLabelFilter(e.target.value); }}
style={{ padding: "0px", flex: 1 }}
/>
<span style={{ flex: 1 }}></span>