diff --git a/src/components/Search/Search.js b/src/components/Search/Search.js index cd0a4d26..827040b5 100644 --- a/src/components/Search/Search.js +++ b/src/components/Search/Search.js @@ -139,6 +139,7 @@ export function Search({ setCityInput(cityEntry.label); // set the state "cityInput" to this city LABEL / string value setCity(cityEntry); writeCityToLocalStorage(search.toLowerCase()); + } } }