Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fiX: remove console.log
Browse files Browse the repository at this point in the history
Jinho1011 committed Feb 19, 2024
1 parent d08b680 commit f87f192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Home/TopicCard/TopicCard.tsx
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ const TopicCard = ({ topic }: TopicCardProps) => {

useEffect(() => {
if (isSuccess) {
console.log('🚀 ~ useEffect ~ latestCommentData:', latestCommentData);
setLatestComment(latestCommentData.data[0] as LatestComment);
}
}, [isSuccess]);

0 comments on commit f87f192

Please sign in to comment.