Skip to content

Commit 5b9a0f3

Browse files
committed
chore: delete console log
1 parent f2576c4 commit 5b9a0f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sanjijikfarm/src/pages/MyLikesPage.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export default function MyLikesPage() {
2828

2929
const allProducts = data?.pages.flatMap((page) => page.content) ?? [];
3030

31-
console.log(allProducts, data);
32-
3331
return (
3432
<div className="flex h-full w-full">
3533
<div className="scrollbar-hide flex flex-grow flex-col overflow-scroll">

0 commit comments

Comments
 (0)