mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 09:11:09 -05:00
Approve timeline integration plan
This commit is contained in:
@@ -707,20 +707,6 @@ export default function RideDetail() {
|
||||
entityName={ride.name}
|
||||
currentName={ride.name}
|
||||
formerNames={ride.name_history}
|
||||
events={[
|
||||
...(ride.opening_date ? [{
|
||||
date: ride.opening_date,
|
||||
title: `${ride.name} Opened`,
|
||||
description: `${ride.name} opened to the public at ${ride.park.name}`,
|
||||
type: 'milestone' as const
|
||||
}] : []),
|
||||
...(ride.closing_date ? [{
|
||||
date: ride.closing_date,
|
||||
title: `${ride.name} Closed`,
|
||||
description: `${ride.name} ceased operation`,
|
||||
type: 'status_change' as const
|
||||
}] : []),
|
||||
]}
|
||||
/>
|
||||
</TabsContent>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user