diff --git a/apps/web/src/pages/locationsettings/index.tsx b/apps/web/src/pages/locationsettings/index.tsx
index b4038a8b..9359c421 100644
--- a/apps/web/src/pages/locationsettings/index.tsx
+++ b/apps/web/src/pages/locationsettings/index.tsx
@@ -246,7 +246,7 @@ const LocationSettings = observer(() => {
{findCitiesByName === undefined &&
inputRef.current?.value &&
inputRef.current?.value.length > 0 ? (
-
+
) : null}
{" "}
diff --git a/apps/web/src/pages/search/index.tsx b/apps/web/src/pages/search/index.tsx
index e89e9745..f8377c60 100644
--- a/apps/web/src/pages/search/index.tsx
+++ b/apps/web/src/pages/search/index.tsx
@@ -227,7 +227,7 @@ const Search = () => {
{findCitiesByName === undefined &&
inputRef.current?.value &&
inputRef.current?.value.length > 0 ? (
-
+
) : null}