This commit is contained in:
Sean Yesmunt 2020-11-09 16:07:14 -05:00
parent 391ab15b15
commit 631d67ad0b

View file

@ -6,7 +6,7 @@ import SettingsPage from './view';
const select = state => ({ const select = state => ({
osNotificationsEnabled: selectosNotificationsEnabled(state), osNotificationsEnabled: selectosNotificationsEnabled(state),
isAuthenticated: Boolean(selectUserVerifiedEmail)(state), isAuthenticated: Boolean(selectUserVerifiedEmail(state)),
}); });
const perform = dispatch => ({ const perform = dispatch => ({