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