From 149a90fed61476c9338304529d2fbaa189eb041f Mon Sep 17 00:00:00 2001 From: Martin Heppner <105971399+martinheppner@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:05:31 +0700 Subject: [PATCH] Force commit --- src/components/Search/Search.js | 1 + 1 file changed, 1 insertion(+) 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()); + } } }