fix indentation
This commit is contained in:
@@ -19,7 +19,7 @@ export default function setupNotifications(navigate) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
tempReminderObservable(reminder => {
|
tempReminderObservable(reminder => {
|
||||||
Notification.cancelLocalNotifications({id: '1'})
|
Notification.cancelLocalNotifications({id: '1'})
|
||||||
if (reminder.enabled) {
|
if (reminder.enabled) {
|
||||||
const [hours, minutes] = reminder.time.split(':')
|
const [hours, minutes] = reminder.time.split(':')
|
||||||
let target = new Moment()
|
let target = new Moment()
|
||||||
|
|||||||
Reference in New Issue
Block a user