Skip to content

Commit

Permalink
Fix storyviewer title for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds-signal committed Sep 13, 2022
1 parent 3e6156c commit 73bdcdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ts/components/StoryViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 73bdcdf

Please sign in to comment.