diff --git a/apps/web/core/components/gantt-chart/chart/views/month.tsx b/apps/web/core/components/gantt-chart/chart/views/month.tsx index 424eabb1f..7c2c7bdc6 100644 --- a/apps/web/core/components/gantt-chart/chart/views/month.tsx +++ b/apps/web/core/components/gantt-chart/chart/views/month.tsx @@ -62,7 +62,7 @@ export const MonthChartView = observer(function MonthChartView(_props: any) {
{weeks?.map((weekBlock) => (
{weeks?.map((weekBlock) => (
(
{/** Header Div */}
(
(
{/** Header Div */} @@ -47,7 +46,7 @@ export const WeekChartView = observer(function WeekChartView(_props: any) {
(
{["sat", "sun"].includes(weekDay?.dayData?.shortTitle) && ( -
+
)}
))}