fix typo
This commit is contained in:
parent
391ab15b15
commit
631d67ad0b
1 changed files with 1 additions and 1 deletions
|
@ -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 => ({
|
||||||
|
|
Loading…
Add table
Reference in a new issue