diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index 053d2bcd..3adba36a 100644 --- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -115,18 +115,17 @@ export const SearchControl = ({ clusterRef }) => { ))} {Array.from(geoResults).length > 0 && (itemsResults.length > 0 || tagsResults.length > 0) &&