diff --git a/src/views/Chores/LocalNotificationScheduler.js b/src/views/Chores/LocalNotificationScheduler.js index 7ca1968..d5f5572 100644 --- a/src/views/Chores/LocalNotificationScheduler.js +++ b/src/views/Chores/LocalNotificationScheduler.js @@ -190,7 +190,11 @@ const scheduleChoreNotification = async ( for (let i = 0; i < chores.length; i++) { const chore = chores[i] try { - if (chore.notification === false || chore.nextDueDate === null) { + if ( + chore.notification === false || + chore.nextDueDate === null || + chore.isActive === false + ) { continue } scheduleNotificationFromTemplate(