diff --git a/ondeck/src/app/(dashboard)/clients/[id]/page.tsx b/ondeck/src/app/(dashboard)/clients/[id]/page.tsx index f895d1f..3ae686f 100644 --- a/ondeck/src/app/(dashboard)/clients/[id]/page.tsx +++ b/ondeck/src/app/(dashboard)/clients/[id]/page.tsx @@ -84,12 +84,18 @@ export default async function ClientDetailPage({ policyNumber: true, policyType: true, expirationDate: true, + carrierName: true, + writingCompanyName: true, }, }, + policyGroup: { + select: { id: true, name: true, renewalDate: true }, + }, assignments: { include: { user: { select: { + id: true, displayName: true, email: true, },