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}