Fix story group replies rendering
This commit is contained in:
parent
afc14aedd1
commit
eadef45290
6 changed files with 18 additions and 14 deletions
|
@ -858,6 +858,7 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
const {
|
||||
author,
|
||||
contactNameColor,
|
||||
i18n,
|
||||
isSticker,
|
||||
isTapToView,
|
||||
isTapToViewExpired,
|
||||
|
@ -879,7 +880,7 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
<div className={moduleName}>
|
||||
<ContactName
|
||||
contactNameColor={contactNameColor}
|
||||
title={author.title}
|
||||
title={author.isMe ? i18n('you') : author.title}
|
||||
module={moduleName}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue