Skip to content

Commit

Permalink
Merge branch 'feature/103' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hwanheejung committed Sep 4, 2024
2 parents 8a2faac + af72996 commit cbdf8f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/mypage/boards/_components/BoardList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ const BoardList = () => {
fetchBoards()
}, [searchParams])

useEffect(() => {
console.log(boards)
}, [boards])

const paginate = async (page: number) => {
return fetchBoards(page, pagination.size)
}
Expand Down

0 comments on commit cbdf8f8

Please sign in to comment.