Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
c9ffa04326
commit
7968729638
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user