Stories improvements
This commit is contained in:
parent
5dfe30d235
commit
badf9d7dda
11 changed files with 44 additions and 30 deletions
|
@ -906,6 +906,12 @@ export function reducer(
|
|||
return {
|
||||
...state,
|
||||
isShowingStoriesView: !state.isShowingStoriesView,
|
||||
selectedStoryData: state.isShowingStoriesView
|
||||
? undefined
|
||||
: state.selectedStoryData,
|
||||
storyViewMode: state.isShowingStoriesView
|
||||
? undefined
|
||||
: state.storyViewMode,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue