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