From 7968729638c2ec8b5de36544c0d780618db15e8e 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:57:56 +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 1932322..408ffbf 100644 --- a/src/routes/clients.$clientId.tsx +++ b/src/routes/clients.$clientId.tsx @@ -81,7 +81,7 @@ function ClientDetail() { } const Icon = - client.client_type === "hoa" ? Building2 : client.client_type === "business" ? Building : User; + client.client_type === "hoa" || client.client_type === "condo" ? Building2 : User; const canEdit = isAdmin || client.created_by === user?.id; return (