From c3ff632d2c53b14b3f85adb55578f005782b048c Mon Sep 17 00:00:00 2001 From: MaTeMaTuK Date: Tue, 2 Mar 2021 21:34:21 +0200 Subject: [PATCH] space has been removed --- src/components/gantt/gantt.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/gantt/gantt.tsx b/src/components/gantt/gantt.tsx index fdf9a88..391ae14 100644 --- a/src/components/gantt/gantt.tsx +++ b/src/components/gantt/gantt.tsx @@ -56,7 +56,6 @@ export const Gantt: React.FunctionComponent = ({ const [taskHeight, setTaskHeight] = useState((rowHeight * barFill) / 100); const [barTasks, setBarTasks] = useState([]); - const [ganttEvent, setGanttEvent] = useState({ action: "", });