From 73bdcdfd0add3c6963ca23ea0dc62884ac1dbe1a Mon Sep 17 00:00:00 2001 From: jamiebuilds-signal <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Tue, 13 Sep 2022 14:33:53 -0700 Subject: [PATCH] Fix storyviewer title for groups --- ts/components/StoryViewer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/components/StoryViewer.tsx b/ts/components/StoryViewer.tsx index d18db75bc4..f9c7594b43 100644 --- a/ts/components/StoryViewer.tsx +++ b/ts/components/StoryViewer.tsx @@ -590,9 +590,7 @@ export const StoryViewer = ({ name: isMe ? i18n('you') : title, group: group.title, })) || - isMe - ? i18n('you') - : title} + (isMe ? i18n('you') : title)}