From 649172b1753e3628cee7fd9c6b27fda9ccb09428 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:17 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/clients.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/clients.index.tsx b/src/routes/clients.index.tsx index 5ad5774..6a697d7 100644 --- a/src/routes/clients.index.tsx +++ b/src/routes/clients.index.tsx @@ -45,7 +45,7 @@ function ClientsList() { ); const typeIcon = (t: string) => - t === "hoa" ? Building2 : t === "business" ? Building : User; + t === "hoa" || t === "condo" ? Building2 : User; return (