diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx index 9a1fda4..8ee358b 100644 --- a/components/WeekCalendar.tsx +++ b/components/WeekCalendar.tsx @@ -229,8 +229,8 @@ function ParkRow({ gap: 10, }}>
-
- +
+ {park.name} {rideCounts?.[park.id] !== undefined && ( @@ -246,17 +246,17 @@ function ParkRow({ }} /> )}
-
+
{park.location.city}, {park.location.state}
- {rideCounts?.[park.id] !== undefined && ( -
- {rideCounts[park.id]} {coastersOnly - ? (rideCounts[park.id] === 1 ? "coaster" : "coasters") - : (rideCounts[park.id] === 1 ? "ride" : "rides")} operating -
- )}
+ {rideCounts?.[park.id] !== undefined && ( +
+ {rideCounts[park.id]} {coastersOnly + ? (rideCounts[park.id] === 1 ? "coaster" : "coasters") + : (rideCounts[park.id] === 1 ? "ride" : "rides")} operating +
+ )}