From cec1cc0f7ff0c04460e408953858f0c7324cc8c8 Mon Sep 17 00:00:00 2001 From: Charles Taylor Date: Thu, 1 Feb 2024 17:09:23 -0500 Subject: [PATCH] Show options --- src/components/CitySearch.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/CitySearch.tsx b/src/components/CitySearch.tsx index 9f36deb..034e5f6 100644 --- a/src/components/CitySearch.tsx +++ b/src/components/CitySearch.tsx @@ -41,10 +41,6 @@ export default function CitySearch() { return; } - if (locations.length === 1) { - getForecast(locations[0]); - return; - } updateDashboard((dashboard) => dashboard.showSearchOptions(locations)); }, 400), [updateDashboard, getForecast],