space has been removed

This commit is contained in:
MaTeMaTuK 2021-03-02 21:34:21 +02:00
parent cbded1ad8a
commit c3ff632d2c

View File

@ -56,7 +56,6 @@ export const Gantt: React.FunctionComponent<GanttProps> = ({
const [taskHeight, setTaskHeight] = useState((rowHeight * barFill) / 100);
const [barTasks, setBarTasks] = useState<BarTask[]>([]);
const [ganttEvent, setGanttEvent] = useState<GanttEvent>({
action: "",
});