Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilka-k committed Nov 5, 2023
1 parent 6d743f4 commit fee6586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Catalog/Catalog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Catalog = () => {

useEffect(() => {
dispatch(fetchCarsThunk());
}, []);
}, [dispatch]);

return (
<>
Expand Down

0 comments on commit fee6586

Please sign in to comment.