Fix ride navigation in ParkDetail

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 17:19:11 +00:00
parent 91afb4f769
commit 92f00bb5ff
3 changed files with 6 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ export function SimilarRides({ currentRideId, parkId, parkSlug, category }: Simi
key={ride.id}
ride={ride as any}
showParkName={false}
parkSlug={parkSlug}
/>
))}
</div>