Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 29, 2024
1 parent d1fc3ca commit e109272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/GeofencePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e109272

Please sign in to comment.