Render group stories

This commit is contained in:
Josh Perez 2022-04-14 20:08:46 -04:00 committed by GitHub
parent 14ab7b9e0d
commit e3d537cbd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 527 additions and 163 deletions

View file

@ -111,8 +111,9 @@ export const StoriesPane = ({
>
{renderedStories.map(story => (
<StoryListItem
key={getNewestStory(story).timestamp}
group={story.group}
i18n={i18n}
key={getNewestStory(story).timestamp}
onClick={() => {
onStoryClicked(story.conversationId);
}}