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

@ -393,7 +393,7 @@ function MovementsTable(p: {
/>
<span style={{ flex: 1 }}></span>
<Tooltip title="Refresh table">
<IconButton onClick={() => p.needReload(false)}>
<IconButton onClick={() => { p.needReload(false); }}>
<RefreshIcon />
</IconButton>
</Tooltip>