From 198f825b8670109902c8fc8977cf53b3ea6f6c0d Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 19 Oct 2022 15:18:54 +0200 Subject: [PATCH] feat: remove gantt-chart wrapper --- src/components/tasks/gantt-chart.vue | 60 ++++++++++++++-------------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index d39a23c3e..47c82ce89 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -1,33 +1,32 @@ @@ -183,7 +181,7 @@ function dayIsToday(label: string): boolean {