diff --git a/src/components/notification.jsx b/src/components/notification.jsx index b9e6b747..0a1bf700 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -79,6 +79,11 @@ function Notification({ notification, instance }) { ? contentText[isSelf ? 'poll-self' : isVoted ? 'poll-voted' : 'poll'] : contentText[type]; + if (type === 'mention' && !status) { + // Could be deleted + return null; + } + return (