diff --git a/lib/notifications.js b/lib/notifications.js index 8bffcc5..af762dc 100644 --- a/lib/notifications.js +++ b/lib/notifications.js @@ -43,7 +43,7 @@ export default function setupNotifications(navigate) { }, false) periodReminderObservable(reminder => { - Notification.cancelLocalNotifications({id: '2'}) + Notification.cancelLocalNotifications({id: '2'}) if (reminder.enabled) setupPeriodReminder() }, false)