From e7b3de8b280fd6e2475b690923520323ca954e8f Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 28 Jul 2022 20:15:56 -0400 Subject: [PATCH] Removes sender name on story group sends in list --- ts/components/StoryListItem.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ts/components/StoryListItem.tsx b/ts/components/StoryListItem.tsx index 5c3632054..ccaa80dc1 100644 --- a/ts/components/StoryListItem.tsx +++ b/ts/components/StoryListItem.tsx @@ -129,12 +129,7 @@ export const StoryListItem = ({
<>
- {group - ? i18n('Stories__from-to-group', { - name: title, - group: group.title, - }) - : title} + {group ? group.title : title}