mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-05 10:36:46 +08:00
Fix lint
This commit is contained in:
parent
d1fc3cafba
commit
e1092724de
@ -79,7 +79,7 @@ const GeofencePage = () => {
|
||||
label={t('sharedCalendar')}
|
||||
/>
|
||||
<FormControlLabel
|
||||
control={<Checkbox checked={item.attributes.hide} onChange={(e) => setItem({ ...item, attributes: { ...item.attributes, hide: e.target.checked }})} />}
|
||||
control={<Checkbox checked={item.attributes.hide} onChange={(e) => setItem({ ...item, attributes: { ...item.attributes, hide: e.target.checked } })} />}
|
||||
label={t('sharedFilterMap')}
|
||||
/>
|
||||
</AccordionDetails>
|
||||
|
Loading…
Reference in New Issue
Block a user