diff --git a/client/src/components/Settings/index.js b/client/src/components/Settings/index.js index a21c643..4dccfb6 100644 --- a/client/src/components/Settings/index.js +++ b/client/src/components/Settings/index.js @@ -12,7 +12,6 @@ class Settings extends Component { handleNotificationToggle() { Notification.requestPermission().then(permission => { - this.props.toggleNotificationEnabled(true); if (permission === 'granted') { this.props.toggleNotificationEnabled(!this.props.notificationIsEnabled); this.props.toggleNotificationAllowed(true);