diff --git a/components/dashboard/PeakHours.tsx b/components/dashboard/PeakHours.tsx index 55847ca..60ccad2 100644 --- a/components/dashboard/PeakHours.tsx +++ b/components/dashboard/PeakHours.tsx @@ -132,10 +132,6 @@ export default function PeakHours({ siteId, dateRange }: PeakHoursProps) {
{hours.map((value, hour) => { const isHoveredCell = hovered?.day === dayIdx && hovered?.hour === hour - const inRow = hovered?.day === dayIdx - const inCol = hovered?.hour === hour - const highlight = inRow || inCol - const dimmed = hovered !== null && !highlight return (