From 71306d4c142c62c41b341dbe2f9d253f9f5a6df6 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 24 Jan 2025 18:22:13 +0700 Subject: [PATCH] only add new-comment hash to nodes with comments --- src/components/notifications/NotificationComment/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/NotificationComment/index.tsx b/src/components/notifications/NotificationComment/index.tsx index e707a27f..90acf0ae 100644 --- a/src/components/notifications/NotificationComment/index.tsx +++ b/src/components/notifications/NotificationComment/index.tsx @@ -20,7 +20,7 @@ interface NotificationCommentProps { const NotificationComment: FC = ({ item, isNew }) => (