Skip to content

Commit

Permalink
Merge branch 'uat'
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Dec 28, 2023
2 parents 5f19ed3 + 149a90f commit 88d269e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());

}
}
}
Expand Down

0 comments on commit 88d269e

Please sign in to comment.