Skip to content

Commit

Permalink
fix: don't set percent to 0 for NEEDS-ACTION
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Oct 7, 2023
1 parent 16b1736 commit 48541bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ export default class Task {
this.setComplete(1)
}
} else if (status === 'NEEDS-ACTION' || status === null) {
this.setComplete(0)
this.setCompleted(false)
}
}
Expand Down

0 comments on commit 48541bf

Please sign in to comment.