diff --git a/app/web/src/components/UserProfile/userProfileConfig.tsx b/app/web/src/components/UserProfile/userProfileConfig.tsx index 14fc1c2..e3a0138 100644 --- a/app/web/src/components/UserProfile/userProfileConfig.tsx +++ b/app/web/src/components/UserProfile/userProfileConfig.tsx @@ -53,7 +53,7 @@ const ProfileKeyValue = ({ bottom = false, }: ProfileKeyValueType) => { return ( - user[field.name] && ( + (user[field.name] || hasPermissionToEdit) && (