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