Show empty KeyValue's if editing
This commit is contained in:
@@ -53,7 +53,7 @@ const ProfileKeyValue = ({
|
||||
bottom = false,
|
||||
}: ProfileKeyValueType) => {
|
||||
return (
|
||||
user[field.name] && (
|
||||
(user[field.name] || hasPermissionToEdit) && (
|
||||
<KeyValue
|
||||
keyName={field.name}
|
||||
edit={{
|
||||
|
||||
Reference in New Issue
Block a user