Remove "you" qualifier from ReactionViewer and ContactName

This commit is contained in:
Ken Powers 2020-02-05 17:28:54 -05:00 committed by GitHub
parent b714a6817b
commit c6a23ff4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 29 deletions

View file

@ -143,11 +143,9 @@ export const ReactionViewer = React.forwardRef<HTMLDivElement, Props>(
</div>
<ContactName
module="module-reaction-viewer__body__row__name"
i18n={i18n}
name={from.name}
profileName={from.profileName}
phoneNumber={from.phoneNumber}
isMe={from.isMe}
/>
</div>
))}