diff --git a/app/src/frontend/map/borough-switcher.tsx b/app/src/frontend/map/borough-switcher.tsx index e348e910..56cfe415 100644 --- a/app/src/frontend/map/borough-switcher.tsx +++ b/app/src/frontend/map/borough-switcher.tsx @@ -9,7 +9,7 @@ export const BoroughSwitcher: React.FC<{}> = () => {
); diff --git a/app/src/frontend/map/conservation-switcher.tsx b/app/src/frontend/map/conservation-switcher.tsx index 177469fe..942360ab 100644 --- a/app/src/frontend/map/conservation-switcher.tsx +++ b/app/src/frontend/map/conservation-switcher.tsx @@ -9,7 +9,7 @@ export const ConservationAreaSwitcher: React.FC<{}> = (props) => {
); diff --git a/app/src/frontend/map/creative-switcher.tsx b/app/src/frontend/map/creative-switcher.tsx index cf3d98d7..e32a8391 100644 --- a/app/src/frontend/map/creative-switcher.tsx +++ b/app/src/frontend/map/creative-switcher.tsx @@ -9,7 +9,7 @@ export const CreativeSwitcher: React.FC<{}> = () => {
); diff --git a/app/src/frontend/map/flood-switcher.tsx b/app/src/frontend/map/flood-switcher.tsx index 72f602c8..45d729de 100644 --- a/app/src/frontend/map/flood-switcher.tsx +++ b/app/src/frontend/map/flood-switcher.tsx @@ -9,7 +9,7 @@ export const FloodSwitcher: React.FC<{}> = () => {
); diff --git a/app/src/frontend/map/historic-data-switcher.tsx b/app/src/frontend/map/historic-data-switcher.tsx index 9488b288..e2e09893 100644 --- a/app/src/frontend/map/historic-data-switcher.tsx +++ b/app/src/frontend/map/historic-data-switcher.tsx @@ -9,7 +9,7 @@ export const HistoricDataSwitcher: React.FC<{}> = (props) => {
); diff --git a/app/src/frontend/map/housing-switcher.tsx b/app/src/frontend/map/housing-switcher.tsx index 345696c7..a0c6769f 100644 --- a/app/src/frontend/map/housing-switcher.tsx +++ b/app/src/frontend/map/housing-switcher.tsx @@ -9,7 +9,7 @@ export const HousingSwitcher: React.FC<{}> = () => {
); diff --git a/app/src/frontend/map/parcel-switcher.tsx b/app/src/frontend/map/parcel-switcher.tsx index f933773c..e2e403a3 100644 --- a/app/src/frontend/map/parcel-switcher.tsx +++ b/app/src/frontend/map/parcel-switcher.tsx @@ -9,7 +9,7 @@ export const ParcelSwitcher: React.FC<{}> = () => {
); diff --git a/app/src/frontend/map/vista-switcher.tsx b/app/src/frontend/map/vista-switcher.tsx index a26b6b51..b3a8cb38 100644 --- a/app/src/frontend/map/vista-switcher.tsx +++ b/app/src/frontend/map/vista-switcher.tsx @@ -9,7 +9,7 @@ export const VistaSwitcher: React.FC<{}> = () => {
);