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:17 +00:00
co-authored by renee-png
parent fcab67f13c
commit 649172b175
+1 -1
View File
@@ -45,7 +45,7 @@ function ClientsList() {
);
const typeIcon = (t: string) =>
t === "hoa" ? Building2 : t === "business" ? Building : User;
t === "hoa" || t === "condo" ? Building2 : User;
return (
<PageContainer>