Skip to content

Commit

Permalink
Fix for number of bars for group stories sent
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and josh-signal committed Oct 25, 2022
1 parent eace49f commit 330fe32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts/state/ducks/stories.ts
Expand Up @@ -825,7 +825,8 @@ const viewStory: ViewStoryActionCreatorType = (
}

const { currentIndex, numStories, storiesByConversationId } =
storyViewMode === StoryViewModeType.MyStories
storyViewMode === StoryViewModeType.MyStories &&
story.storyDistributionListId
? getSelectedStoryDataForDistributionListId(
getState,
story.storyDistributionListId,
Expand Down

0 comments on commit 330fe32

Please sign in to comment.