Show empty KeyValue's if editing #526

Merged
franknoirot merged 2 commits from bugfix-525 into main 2021-09-23 10:51:45 +02:00
Showing only changes of commit 222875d5fa - Show all commits

View File

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