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