Skip to content

Commit

Permalink
fix: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymilianKozak committed Oct 16, 2024
1 parent 32eaf0a commit 4641967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function Landing() {
console.error(error);
return products;
}
}, [products, numOffers]);
}, [products]);

const offerImages = useMemo(() => {
return shuffledOffers
Expand Down

0 comments on commit 4641967

Please sign in to comment.