Remove "you" qualifier from ReactionViewer and ContactName
This commit is contained in:
parent
b714a6817b
commit
c6a23ff4f6
3 changed files with 3 additions and 29 deletions
|
@ -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>
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue