Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-01 14:48:05 +00:00
co-authored by renee-png
parent a9857b1b75
commit 735447b786
+3
View File
@@ -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() {
</CardContent>
</Card>
<ClientCustomFieldsInline clientId={clientId} />
{(client.client_type === "hoa" || client.client_type === "condo") && client.board_members?.length > 0 && (
<Card className="border-border/60">
<CardContent className="p-5">