mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 06:31:17 -05:00
Approve timeline integration plan
This commit is contained in:
@@ -365,14 +365,6 @@ export default function ManufacturerDetail() {
|
||||
entityType="company"
|
||||
entityId={manufacturer.id}
|
||||
entityName={manufacturer.name}
|
||||
events={[
|
||||
...(manufacturer.founded_year ? [{
|
||||
date: `${manufacturer.founded_year}`,
|
||||
title: `${manufacturer.name} Founded`,
|
||||
description: `${manufacturer.name} was established`,
|
||||
type: 'milestone' as const
|
||||
}] : []),
|
||||
]}
|
||||
/>
|
||||
</TabsContent>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user