user profile patch #516

Merged
Irev-Dev merged 1 commits from kurt/user-profile-path-515 into main 2021-09-18 09:54:14 +02:00
Showing only changes of commit 3a977ded02 - Show all commits

View File

@@ -53,8 +53,7 @@ const ProfileKeyValue = ({
bottom = false,
}: ProfileKeyValueType) => {
return (
user[field.name] &&
hasPermissionToEdit && (
user[field.name] && (
<KeyValue
keyName={field.name}
edit={{