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 (