From aefda38bdd8fa5f5b4f4d2c7486566f669dd6929 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 2554e1505..1d87e679e 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -1,33 +1,32 @@ @@ -181,7 +179,7 @@ function dayIsToday(label: string): boolean {