space has been removed
This commit is contained in:
parent
cbded1ad8a
commit
c3ff632d2c
@ -56,7 +56,6 @@ export const Gantt: React.FunctionComponent<GanttProps> = ({
|
|||||||
|
|
||||||
const [taskHeight, setTaskHeight] = useState((rowHeight * barFill) / 100);
|
const [taskHeight, setTaskHeight] = useState((rowHeight * barFill) / 100);
|
||||||
const [barTasks, setBarTasks] = useState<BarTask[]>([]);
|
const [barTasks, setBarTasks] = useState<BarTask[]>([]);
|
||||||
|
|
||||||
const [ganttEvent, setGanttEvent] = useState<GanttEvent>({
|
const [ganttEvent, setGanttEvent] = useState<GanttEvent>({
|
||||||
action: "",
|
action: "",
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user