From a37607eae613ce8746b83f55dd2e6736120190da Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Fri, 15 Apr 2022 14:06:06 +0000 Subject: [PATCH] fix indentation --- lib/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)