Show proper distribution list name in story viewer
This commit is contained in:
parent
6d56f8b8aa
commit
3cc122f756
3 changed files with 13 additions and 8 deletions
|
@ -84,7 +84,7 @@ export function SmartStoryViewer(): JSX.Element | null {
|
|||
return (
|
||||
<StoryViewer
|
||||
currentIndex={selectedStoryData.currentIndex}
|
||||
distributionListName={distributionList?.name}
|
||||
distributionList={distributionList}
|
||||
getPreferredBadge={getPreferredBadge}
|
||||
group={conversationStory.group}
|
||||
hasActiveCall={hasActiveCall}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue