From 9402db4a9bd20037cb853528121c07e25409d393 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 28 Oct 2023 19:10:46 +0200 Subject: [PATCH] Show add task btn also when no task exists --- .../app/dashboard/task-overview/task-overview.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/dashboard/task-overview/task-overview.component.html b/frontend/src/app/dashboard/task-overview/task-overview.component.html index 4f5a1c8..e7c4325 100644 --- a/frontend/src/app/dashboard/task-overview/task-overview.component.html +++ b/frontend/src/app/dashboard/task-overview/task-overview.component.html @@ -1,4 +1,4 @@ - +

{{task.taskName}}