mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
@@ -323,7 +323,7 @@ export function cron (options = {}) {
|
||||
// Tally each task
|
||||
let todoTally = 0;
|
||||
|
||||
// make uncompleted To-Dos redder (further incentive to complete them)
|
||||
// make uncompleted To Do's redder (further incentive to complete them)
|
||||
tasksByType.todos.forEach(task => {
|
||||
if (
|
||||
task.completed
|
||||
|
||||
Reference in New Issue
Block a user