Skip to content

Commit 921a099

Browse files
fix
1 parent 1e1aa43 commit 921a099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/GanttPage/GanttChart/GanttChartCollectionSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const GanttChartCollectionSection = <E, T>({
9898
/>
9999
</Box>
100100
</Box>
101-
) : null;
101+
);
102102
};
103103

104104
export default GanttChartCollectionSection;

0 commit comments

Comments
 (0)