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:57:56 +00:00
co-authored by renee-png
parent c9ffa04326
commit 7968729638
+1 -1
View File
@@ -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 (