diff --git a/react/features/settings/components/web/SettingsDialog.js b/react/features/settings/components/web/SettingsDialog.js index f10d28b7e9..a8d372b3ba 100644 --- a/react/features/settings/components/web/SettingsDialog.js +++ b/react/features/settings/components/web/SettingsDialog.js @@ -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 }; },