From 484b676118bf19423c5d6d49350da14402e65fbc Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Thu, 30 Dec 2021 18:15:40 +0900 Subject: [PATCH] Adjust right margin of gantt chart --- src/components/organisms/GanttChart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/organisms/GanttChart.tsx b/src/components/organisms/GanttChart.tsx index e1acc5a8..febe29c6 100644 --- a/src/components/organisms/GanttChart.tsx +++ b/src/components/organisms/GanttChart.tsx @@ -53,7 +53,7 @@ const GanttChart = ({ }, [items]) return ( - + ) - }, weeksToRender)} + }, weeksToRender - 1)}