diff --git a/src/pages/gapsPatterns/GapsPatternsPage.tsx b/src/pages/gapsPatterns/GapsPatternsPage.tsx
index ef34060a..ae79391e 100644
--- a/src/pages/gapsPatterns/GapsPatternsPage.tsx
+++ b/src/pages/gapsPatterns/GapsPatternsPage.tsx
@@ -26,6 +26,7 @@ import {
ComposedChart,
Cell,
TooltipProps,
+ ResponsiveContainer,
} from 'recharts'
import { mapColorByExecution } from '../components/utils'
import { useGapsList } from '../useGapsList'
@@ -86,53 +87,54 @@ function GapsByHour({ lineRef, operatorRef, fromDate, toDate }: BusLineStatistic
{TEXTS.order_by_hour}
{TEXTS.order_by_severity}
-
-
-
-
-
-
- } />
-
-
- {hourlyData.map((entry, index) => (
- |
- ))}
-
-
-
+
+
+
+
+
+
+ } />
+
+
+ {hourlyData.map((entry, index) => (
+ |
+ ))}
+
+
+
+
>
)}