diff --git a/components/dashboard/PeakHours.tsx b/components/dashboard/PeakHours.tsx index 138e51f..7850305 100644 --- a/components/dashboard/PeakHours.tsx +++ b/components/dashboard/PeakHours.tsx @@ -143,7 +143,7 @@ export default function PeakHours({ siteId, dateRange }: PeakHoursProps) { {DAYS[dayIdx]} -
+
{hours.map((value, hour) => { const isHoveredCell = hovered?.day === dayIdx && hovered?.hour === hour const isBestCell = bestTime?.day === dayIdx && bestTime?.hour === hour @@ -154,7 +154,7 @@ export default function PeakHours({ siteId, dateRange }: PeakHoursProps) {