diff --git a/app/src/frontend/map/borough-switcher.tsx b/app/src/frontend/map/borough-switcher.tsx index 045764bb..4c41cdfe 100644 --- a/app/src/frontend/map/borough-switcher.tsx +++ b/app/src/frontend/map/borough-switcher.tsx @@ -11,7 +11,7 @@ const BoroughSwitcher: React.FC = (props) => (
); diff --git a/app/src/frontend/map/conservation-switcher.tsx b/app/src/frontend/map/conservation-switcher.tsx index 3407e6a8..84edfe86 100644 --- a/app/src/frontend/map/conservation-switcher.tsx +++ b/app/src/frontend/map/conservation-switcher.tsx @@ -11,7 +11,7 @@ const ConservationAreaSwitcherProps: React.FC = (
); diff --git a/app/src/frontend/map/historic-data-switcher.tsx b/app/src/frontend/map/historic-data-switcher.tsx index 6eae335f..c06c019f 100644 --- a/app/src/frontend/map/historic-data-switcher.tsx +++ b/app/src/frontend/map/historic-data-switcher.tsx @@ -11,7 +11,7 @@ const HistoricDataSwitcherProps: React.FC = (props) =
);