diff --git a/src/app/components/board/task/task.component.html b/src/app/components/board/task/task.component.html index c5a8b64..a316307 100644 --- a/src/app/components/board/task/task.component.html +++ b/src/app/components/board/task/task.component.html @@ -14,26 +14,24 @@
{{ task.description }}
- -
-
- -
-
- {{ completedSubtasks() }} / {{ task.subtasksTitle.length }} Subtasks -
+ @if(task.subtasksTitle.length > 0) { +
+
+
- +
+ {{ completedSubtasks() }} / {{ task.subtasksTitle.length }} Subtasks +
+
+ }