Fix storyviewer title for groups

This commit is contained in:
jamiebuilds-signal 2022-09-13 14:33:53 -07:00 committed by GitHub
parent 3e6156ced7
commit 73bdcdfd0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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}