diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx index 3fe6aea..2da0eae 100644 --- a/components/WeekCalendar.tsx +++ b/components/WeekCalendar.tsx @@ -229,7 +229,7 @@ function ParkRow({ }}>
- + {park.name} {rideCounts?.[park.id] !== undefined && ( @@ -294,7 +294,7 @@ export function WeekCalendar({ parks, weekDates, data, grouped, rideCounts, coas tableLayout: "fixed", }}> - + {weekDates.map((d) => ( ))}