Skip to content

Commit

Permalink
Remove unused hook
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 29, 2023
1 parent 1df3554 commit d0c0306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/views/CardsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const CardsView = ({ view, setView, ratedMaps, cardMinPriceInput, voidstones })
}),
10
).sort((a, b) => b.score - a.score),
[preparedCards, ratedMaps, cardMinPriceInput]
[ratedMaps, cardMinPriceInput]
)

return (
Expand Down

0 comments on commit d0c0306

Please sign in to comment.