summaryrefslogtreecommitdiff
path: root/web/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app.js')
-rw-r--r--web/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app.js b/web/app.js
index 77a2d9d..8d78f90 100644
--- a/web/app.js
+++ b/web/app.js
@@ -171,6 +171,7 @@ function createTaskCard(task) {
});
footer.appendChild(btn);
} else if (task.state === 'READY') {
+ renderSubtaskRollup(task.id, footer);
const acceptBtn = document.createElement('button');
acceptBtn.className = 'btn-accept';
acceptBtn.textContent = 'Accept';