From 735447b786443c388fcd8fc42df117034d790111 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:48:05 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/clients.$clientId.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/clients.$clientId.tsx b/src/routes/clients.$clientId.tsx index faf6bc9..73f7ef7 100644 --- a/src/routes/clients.$clientId.tsx +++ b/src/routes/clients.$clientId.tsx @@ -12,6 +12,7 @@ import { useAuth } from "@/lib/auth"; import { ArrowLeft, Edit, Plus, Building2, User, MapPin, Mail, Phone, Users, Activity, Briefcase, FileDown, Contact, Receipt, Archive, ArchiveRestore, ListPlus, Save, DollarSign } from "lucide-react"; import { ContactsLinkTab } from "@/components/contacts/contacts-link-tab"; import { ClientCustomFieldsTab } from "@/components/clients/client-custom-fields-tab"; +import { ClientCustomFieldsInline } from "@/components/clients/client-custom-fields-inline"; import { formatCurrency, formatDate, formatDateTime, statusBadgeClass } from "@/lib/format"; import { toast } from "sonner"; import { downloadStatusReport, saveStatusReportToDb } from "@/lib/status-pdf"; @@ -218,6 +219,8 @@ function ClientDetail() { + + {(client.client_type === "hoa" || client.client_type === "condo") && client.board_members?.length > 0 && (