We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15e794c + 17a0c16 commit ebf3043Copy full SHA for ebf3043
1 file changed
src/pages/MainPage/components/LatestSection.tsx
@@ -33,7 +33,7 @@ const LatestSection = () => {
33
queryKey: ['latest-posts'],
34
queryFn: () => getTransactionFeeds(requestDto, pageable),
35
})
36
- console.log(data)
+
37
if (isLoading) {
38
return <LoadingSpinner text="최신 상품을 불러오는 중..." className="min-h-91" />
39
}
0 commit comments