Skip to content

Commit

Permalink
console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
teagu123 committed Dec 13, 2023
1 parent 3e454da commit 8c5d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Activity/Components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function HomePage() {
let meetingId: number | null = Number(searchParams.get('meetingId')) || null

const { data, isLoading } = useGetDetailData(meetingId!)
console.log(data?.response?.name)
]

return (
<S.Wrapper>
Expand Down

0 comments on commit 8c5d08c

Please sign in to comment.