mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 15:51:12 -05:00
Implement Phase 3 tasks
This commit is contained in:
@@ -15,6 +15,7 @@ import { useAuth } from '@/hooks/useAuth';
|
||||
import { useUserRole } from '@/hooks/useUserRole';
|
||||
import { toast } from '@/hooks/use-toast';
|
||||
import { submitCompanyUpdate } from '@/lib/companyHelpers';
|
||||
import { VersionIndicator } from '@/components/versioning/VersionIndicator';
|
||||
|
||||
export default function DesignerDetail() {
|
||||
const { slug } = useParams<{ slug: string }>();
|
||||
@@ -168,6 +169,13 @@ export default function DesignerDetail() {
|
||||
{designer.headquarters_location}
|
||||
</div>
|
||||
)}
|
||||
<div className="mt-3">
|
||||
<VersionIndicator
|
||||
entityType="company"
|
||||
entityId={designer.id}
|
||||
entityName={designer.name}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{designer.average_rating > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user