Fix storyviewer title for groups
This commit is contained in:
parent
3e6156ced7
commit
73bdcdfd0a
1 changed files with 1 additions and 3 deletions
|
@ -590,9 +590,7 @@ export const StoryViewer = ({
|
|||
name: isMe ? i18n('you') : title,
|
||||
group: group.title,
|
||||
})) ||
|
||||
isMe
|
||||
? i18n('you')
|
||||
: title}
|
||||
(isMe ? i18n('you') : title)}
|
||||
</div>
|
||||
<MessageTimestamp
|
||||
i18n={i18n}
|
||||
|
|
Loading…
Add table
Reference in a new issue