Skip to content

Commit ebf3043

Browse files
authored
[VT2-284] chore: 34차 배포
[VT2-284] chore: 34차 배포
2 parents 15e794c + 17a0c16 commit ebf3043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/MainPage/components/LatestSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const LatestSection = () => {
3333
queryKey: ['latest-posts'],
3434
queryFn: () => getTransactionFeeds(requestDto, pageable),
3535
})
36-
console.log(data)
36+
3737
if (isLoading) {
3838
return <LoadingSpinner text="최신 상품을 불러오는 중..." className="min-h-91" />
3939
}

0 commit comments

Comments
 (0)