diff --git a/src/components/Home/TopicCard/TopicCard.tsx b/src/components/Home/TopicCard/TopicCard.tsx index 88d1f43..977f694 100644 --- a/src/components/Home/TopicCard/TopicCard.tsx +++ b/src/components/Home/TopicCard/TopicCard.tsx @@ -65,7 +65,6 @@ const TopicCard = ({ topic }: TopicCardProps) => { useEffect(() => { if (isSuccess) { - console.log('🚀 ~ useEffect ~ latestCommentData:', latestCommentData); setLatestComment(latestCommentData.data[0] as LatestComment); } }, [isSuccess]);