Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:58:07 +00:00
co-authored by renee-png
parent 7968729638
commit e851a15758
+1 -1
View File
@@ -117,7 +117,7 @@ function ClientDetail() {
</div>
<dl className="grid grid-cols-2 gap-y-3 gap-x-6 text-sm">
<DetailRow label="Type" value={client.client_type} />
{client.client_type === "hoa" && (
{(client.client_type === "hoa" || client.client_type === "condo") && (
<>
<DetailRow label="Units" value={client.num_units} />
<DetailRow label="Management Co." value={client.management_company} />