Update StoryListItem.tsx
This commit is contained in:
parent
008cb99ab9
commit
83adc1c888
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export function StoryListItem({
|
|||
<div className="StoryListItem__info--title">
|
||||
{group ? group.title : title}
|
||||
{isSignalOfficial && (
|
||||
<span className="StoryListItem__signal-official" />
|
||||
<span className="ContactModal__official-badge" />
|
||||
)}
|
||||
</div>
|
||||
{!isSignalOfficial && (
|
||||
|
|
Loading…
Reference in a new issue