From fcab67f13c62a23e7c7582c22deeb7f10d33164f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:58:11 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/clients.$clientId.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/clients.$clientId.tsx b/src/routes/clients.$clientId.tsx index 4998d12..2b99d7c 100644 --- a/src/routes/clients.$clientId.tsx +++ b/src/routes/clients.$clientId.tsx @@ -153,7 +153,7 @@ function ClientDetail() { - {client.client_type === "hoa" && client.board_members?.length > 0 && ( + {(client.client_type === "hoa" || client.client_type === "condo") && client.board_members?.length > 0 && (