Fix: Consistent avatars for show pages (#1776)

- consistent avatars for show pages
This commit is contained in:
brendanlaschke
2023-09-30 08:32:00 +02:00
committed by GitHub
parent c06712f161
commit e3485cc609
3 changed files with 6 additions and 2 deletions

View File

@ -90,6 +90,7 @@ export const CompanyShow = () => {
renderTitleEditComponent={() => (
<CompanyNameEditableField company={company} />
)}
avatarType="squared"
/>
<PropertyBox extraPadding={true}>
{companyShowFieldDefinition.map((fieldDefinition) => {

View File

@ -116,6 +116,7 @@ export const PersonShow = () => {
)
}
onUploadPicture={onUploadPicture}
avatarType="rounded"
/>
<PropertyBox extraPadding={true}>
{personShowFieldDefinition.map((fieldDefinition) => {