Skip to content

Commit

Permalink
additional code to able to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
theonej203 committed Jun 17, 2022
1 parent a170983 commit 1f11e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/DisplayNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const DisplayNotification: React.FC<NotificationProp> = ({
cursor: 'pointer',
}}
>
{isUserMessage(notification.data.message) && (
{isUserMentionedNotification(notification) && isUserMessage(notification.data.message) && (
<FlexRow>
<div style={{ marginLeft: '5px' }}>
<UserAvatar
Expand Down

0 comments on commit 1f11e19

Please sign in to comment.