Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeminseok committed Jul 10, 2024
1 parent 8ebd823 commit 66839f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/mainDetailPage/MainDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const MainDetail = () => {
: undefined;
},
});

console.log("a");
const handleIntersect = (isIntersecting: boolean) => {
if (isIntersecting && hasNextPage) {
fetchNextPage();
Expand Down

0 comments on commit 66839f8

Please sign in to comment.