diff --git a/src/app/components/board/board.component.html b/src/app/components/board/board.component.html index 6e97df2..37f3c97 100644 --- a/src/app/components/board/board.component.html +++ b/src/app/components/board/board.component.html @@ -32,16 +32,14 @@ >add
- - - - - -
No tasks
-
+ @if(getTask('todo').length > 0) { + + } @else { +
No tasks
+ }
add
- - - - - -
No tasks
-
+ @if(getTask('inprogress').length > 0) { + + } @else { +
No tasks
+ }
add
- - - - - -
No tasks
-
+ @if(getTask('awaitfeedback').length > 0) { + + } @else { +
No tasks
+ }
add
- - - - -
No tasks
-
+ @if(getTask('todo').length > 0) { + + } @else { +
No tasks
+ }