Skip to content

Commit

Permalink
chore: #248 - 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Dec 3, 2023
1 parent 5a96cc6 commit 997eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/LinkList/LinkList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const LinkList = ({
sort,
tagId,
})
console.log(links?.pages[0].responses.length)

return isLinksLoading ? (
<Spinner />
) : (
Expand Down

0 comments on commit 997eca8

Please sign in to comment.