fix indentation

This commit is contained in:
bl00dymarie
2022-04-15 14:05:41 +00:00
parent 992161e3ce
commit 54bc836811
+1 -1
View File
@@ -19,7 +19,7 @@ export default function setupNotifications(navigate) {
})
tempReminderObservable(reminder => {
Notification.cancelLocalNotifications({id: '1'})
Notification.cancelLocalNotifications({id: '1'})
if (reminder.enabled) {
const [hours, minutes] = reminder.time.split(':')
let target = new Moment()