Init Nicknames & Notes
This commit is contained in:
parent
ebecf2403f
commit
e26916702c
42 changed files with 1050 additions and 23 deletions
|
@ -61,3 +61,13 @@ export const getProfileEditorInitialEditState = createSelector(
|
|||
getGlobalModalsState,
|
||||
({ profileEditorInitialEditState }) => profileEditorInitialEditState
|
||||
);
|
||||
|
||||
export const getEditNicknameAndNoteModalProps = createSelector(
|
||||
getGlobalModalsState,
|
||||
({ editNicknameAndNoteModalProps }) => editNicknameAndNoteModalProps
|
||||
);
|
||||
|
||||
export const getNotePreviewModalProps = createSelector(
|
||||
getGlobalModalsState,
|
||||
({ notePreviewModalProps }) => notePreviewModalProps
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue