mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 15:51:12 -05:00
Refactor: Implement entity type safety plan
This commit is contained in:
@@ -341,7 +341,8 @@ export default function DesignerDetail() {
|
||||
name: designer.name,
|
||||
slug: designer.slug,
|
||||
description: designer.description,
|
||||
person_type: designer.person_type as any,
|
||||
company_type: 'designer',
|
||||
person_type: designer.person_type,
|
||||
website_url: designer.website_url,
|
||||
founded_year: designer.founded_year,
|
||||
headquarters_location: designer.headquarters_location,
|
||||
|
||||
Reference in New Issue
Block a user