From bb916b8669e34af00544a5dd049b56b1b3d8ee3d Mon Sep 17 00:00:00 2001 From: k00b Date: Thu, 30 Jan 2025 10:54:51 -0600 Subject: [PATCH] fix comments in notifications --- components/comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (