From 1f11e1911f54f5f6146bbd8e33d5c9657cb874ca Mon Sep 17 00:00:00 2001 From: theonej203 <96204142+theonej203@users.noreply.github.com> Date: Fri, 17 Jun 2022 17:12:51 -0400 Subject: [PATCH] additional code to able to merge --- src/fragments/DisplayNotification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fragments/DisplayNotification.tsx b/src/fragments/DisplayNotification.tsx index ada159c..c1c697c 100644 --- a/src/fragments/DisplayNotification.tsx +++ b/src/fragments/DisplayNotification.tsx @@ -37,7 +37,7 @@ const DisplayNotification: React.FC = ({ cursor: 'pointer', }} > - {isUserMessage(notification.data.message) && ( + {isUserMentionedNotification(notification) && isUserMessage(notification.data.message) && (