mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 22:51:13 -05:00
Reverted to commit aad67f5347
This commit is contained in:
@@ -456,7 +456,7 @@ export default function ParkDetail() {
|
||||
<MeasurementDisplay value={ride.max_height_meters} type="distance" />
|
||||
</span>
|
||||
)}
|
||||
{ride.inversions && ride.inversions > 0 && (
|
||||
{ride.inversions > 0 && (
|
||||
<span className="bg-secondary/10 text-secondary px-2 py-1 rounded-md text-xs font-medium">
|
||||
{ride.inversions} inversions
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user