From e1092724de21e2e8373dcd0c02df6634a36a8348 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 29 Dec 2024 11:18:03 -0800 Subject: [PATCH] Fix lint --- src/settings/GeofencePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/GeofencePage.jsx b/src/settings/GeofencePage.jsx index 60a29828b1..6ba58b5f8f 100644 --- a/src/settings/GeofencePage.jsx +++ b/src/settings/GeofencePage.jsx @@ -79,7 +79,7 @@ const GeofencePage = () => { label={t('sharedCalendar')} /> setItem({ ...item, attributes: { ...item.attributes, hide: e.target.checked }})} />} + control={ setItem({ ...item, attributes: { ...item.attributes, hide: e.target.checked } })} />} label={t('sharedFilterMap')} />