fix indentation

This commit is contained in:
bl00dymarie
2022-04-15 14:06:06 +00:00
parent 54bc836811
commit a37607eae6
+1 -1
View File
@@ -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)