diff --git a/app/javascript/gabsocial/components/status.js b/app/javascript/gabsocial/components/status.js index 0cf75bdb..5c5aa7c1 100644 --- a/app/javascript/gabsocial/components/status.js +++ b/app/javascript/gabsocial/components/status.js @@ -589,7 +589,7 @@ class Status extends ImmutablePureComponent { } { - status.get('replies_count') > 0 && !commentsLimited && descendantsIds && descendantsIds.size === 0 && + status.get('replies_count') > 0 && !commentsLimited && !isNotification && descendantsIds && descendantsIds.size === 0 &&