We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d7cd0 commit a53dd5bCopy full SHA for a53dd5b
1 file changed
src/pages/Today/Today.jsx
@@ -45,7 +45,7 @@ function Today({ city }) {
45
}, [city]);
46
47
useEffect(() => {
48
- // Ma asigur că weather este definit și nu este gol
+ // Ma asigur ca weather este definit si nu este gol
49
if (Object.keys(weather).length !== 0) {
50
// setFeelsLike(Math.floor(weather.main.feels_like - 273.15) + " ℃");
51
// setWind(weather.wind.speed + " m/s");
0 commit comments