diff --git a/components/comment.js b/components/comment.js index 74d0247b..b7d86402 100644 --- a/components/comment.js +++ b/components/comment.js @@ -254,7 +254,7 @@ export default function Comment ({ } {children}
- {item.comments.comments && !noComments + {!noComments && item.comments?.comments ? ( <> {item.comments.comments.map((item) => (