Seen By Modal: Don't show user status (#1580)

This commit is contained in:
Alexander Zinchuk 2021-12-13 15:36:19 +01:00
parent a22a7489d9
commit 568a4fc88e

View File

@ -57,7 +57,7 @@ const SeenByModal: FC<OwnProps & StateProps & DispatchProps> = ({
className="chat-item-clickable scroll-item small-icon"
onClick={() => handleClick(userId)}
>
<PrivateChatInfo userId={userId} />
<PrivateChatInfo userId={userId} noStatusOrTyping />
</ListItem>
))}
</div>