Skip to content

Commit

Permalink
Update WeatherToday.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhaiAnna committed Oct 9, 2023
1 parent 67c80a9 commit 4673d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/WeatherToday/WeatherToday.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { selectWeatherToday } from 'redux/weather/selectors';
import { getDayOfWeek } from 'helpers/getDayOfWeek';
import css from './WeatherToday.module.css';


export const WeatherToday = () => {
const { city } = useSelector(selectActiveTrip);
const [weatherIcon, setWeatherIcon] = useState(null);
Expand Down

0 comments on commit 4673d2b

Please sign in to comment.