Fix ESLint issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-15 21:34:19 +02:00
parent 96f1bf589c
commit f9d46e46a5

View File

@ -399,7 +399,7 @@ function MovementsTable(p: {
endAdornment: filter.length > 0 && (
<InputAdornment position="end">
<Tooltip title="Clear current filter">
<IconButton size="small" onClick={() => setFilter("")}>
<IconButton size="small" onClick={() => { setFilter(""); }}>
<ClearIcon />
</IconButton>
</Tooltip>