First time My Stories post experience
This commit is contained in:
parent
c18fa35354
commit
f611256afc
11 changed files with 392 additions and 102 deletions
|
@ -125,3 +125,8 @@ export const getHideMenuBar = createSelector(
|
|||
getItems,
|
||||
(state: ItemsStateType): boolean => Boolean(state['hide-menu-bar'])
|
||||
);
|
||||
|
||||
export const getHasSetMyStoriesPrivacy = createSelector(
|
||||
getItems,
|
||||
(state: ItemsStateType): boolean => Boolean(state.hasSetMyStoriesPrivacy)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue