This commit is contained in:
Manav Rathi
2024-09-18 17:12:10 +05:30
parent 7bf37c2800
commit bc7f4fd9fc

View File

@@ -321,7 +321,7 @@ const locationSuggestions = (
const matchingLocationTags = locationTags.filter((t) => re.test(t.name));
const matchingLocationTagLNames = new Set(
matchingLocationTags.map((t) => t.name),
matchingLocationTags.map((t) => t.name.toLowerCase()),
);
const matchingCities = cities