Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sjg729729 committed Oct 4, 2024
1 parent 588af2b commit 510d3fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/community/plan/PlanFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const PlanFilter = ({}: PlanFilterProps): ReactNode => {
return nextPage <= maxPage ? nextPage : undefined
},
})
console.log(data)

useEffect(() => {
if (inView && hasNextPage) {
Expand Down

0 comments on commit 510d3fe

Please sign in to comment.