fix(more-tab) fix crash when quickly selecting settings more tab (#11837)

This commit is contained in:
Avram Tudor
2022-07-12 14:11:44 +03:00
committed by GitHub
parent 780019a711
commit 6286c76904

View File

@@ -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
};
},