Skip to content

Commit

Permalink
fix select brands
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhnyak committed Feb 28, 2024
1 parent 4996cdc commit 1eacf60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Filter/Filter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const Filter = () => {
return;
}

if (params.make === item) {
return;
}

dispatch(resetCars());

if (item === "All") {
Expand Down

0 comments on commit 1eacf60

Please sign in to comment.