Skip to content

Commit a53dd5b

Browse files
authored
Update Today.jsx
1 parent c0d7cd0 commit a53dd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Today/Today.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function Today({ city }) {
4545
}, [city]);
4646

4747
useEffect(() => {
48-
// Ma asigur weather este definit și nu este gol
48+
// Ma asigur ca weather este definit si nu este gol
4949
if (Object.keys(weather).length !== 0) {
5050
// setFeelsLike(Math.floor(weather.main.feels_like - 273.15) + " ℃");
5151
// setWind(weather.wind.speed + " m/s");

0 commit comments

Comments
 (0)