We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2576c4 commit 5b9a0f3Copy full SHA for 5b9a0f3
sanjijikfarm/src/pages/MyLikesPage.jsx
@@ -28,8 +28,6 @@ export default function MyLikesPage() {
28
29
const allProducts = data?.pages.flatMap((page) => page.content) ?? [];
30
31
- console.log(allProducts, data);
32
-
33
return (
34
<div className="flex h-full w-full">
35
<div className="scrollbar-hide flex flex-grow flex-col overflow-scroll">
0 commit comments