fix(more-tab) fix crash when quickly selecting settings more tab (#11837)
This commit is contained in:
parent
780019a711
commit
6286c76904
|
@ -371,7 +371,7 @@ function _mapStateToProps(state, ownProps) {
|
|||
currentLanguage: tabState?.currentLanguage,
|
||||
hideSelfView: tabState?.hideSelfView,
|
||||
showPrejoinPage: tabState?.showPrejoinPage,
|
||||
enabledNotifications: tabState?.enabledNotifications,
|
||||
enabledNotifications: tabState?.enabledNotifications || {},
|
||||
maxStageParticipants: tabState?.maxStageParticipants
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue