Skip to content

Commit 5dea4c5

Browse files
committed
test 1
1 parent acd9296 commit 5dea4c5

File tree

1 file changed

+1
-0
lines changed
  • src/components/CommentSectionComponent

1 file changed

+1
-0
lines changed

src/components/CommentSectionComponent/Index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const CommentSection = ({
6363
}
6464

6565
React.useEffect(() => {
66+
console.log('Effect ran:', { data: globalStore.data, onTotalCommentsChange })
6667
if (typeof onTotalCommentsChange === 'function') {
6768
onTotalCommentsChange(totalComments())
6869
}

0 commit comments

Comments
 (0)