Remove unused call

This commit is contained in:
Sean Hurley 2023-11-17 22:42:50 -07:00
parent c4b5e168af
commit 6077a3fbb7
1 changed files with 0 additions and 2 deletions

View File

@ -257,8 +257,6 @@ function updateTasks(updatedTask: ITask) {
break
}
}
// FIXME: Use computed
sortTasks(tasks.value)
// After a task has been updated, reload tasks to ensure filters are applied if due date changes
if (updatedTask.dueDate !== null) {