Removes sender name on story group sends in list
This commit is contained in:
parent
f09e6dcc7d
commit
e7b3de8b28
1 changed files with 1 additions and 6 deletions
|
@ -129,12 +129,7 @@ export const StoryListItem = ({
|
||||||
<div className="StoryListItem__info">
|
<div className="StoryListItem__info">
|
||||||
<>
|
<>
|
||||||
<div className="StoryListItem__info--title">
|
<div className="StoryListItem__info--title">
|
||||||
{group
|
{group ? group.title : title}
|
||||||
? i18n('Stories__from-to-group', {
|
|
||||||
name: title,
|
|
||||||
group: group.title,
|
|
||||||
})
|
|
||||||
: title}
|
|
||||||
</div>
|
</div>
|
||||||
<MessageTimestamp
|
<MessageTimestamp
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue