Fix: Consistent avatars for show pages (#1776)
- consistent avatars for show pages
This commit is contained in:
@ -90,6 +90,7 @@ export const CompanyShow = () => {
|
||||
renderTitleEditComponent={() => (
|
||||
<CompanyNameEditableField company={company} />
|
||||
)}
|
||||
avatarType="squared"
|
||||
/>
|
||||
<PropertyBox extraPadding={true}>
|
||||
{companyShowFieldDefinition.map((fieldDefinition) => {
|
||||
|
||||
@ -116,6 +116,7 @@ export const PersonShow = () => {
|
||||
)
|
||||
}
|
||||
onUploadPicture={onUploadPicture}
|
||||
avatarType="rounded"
|
||||
/>
|
||||
<PropertyBox extraPadding={true}>
|
||||
{personShowFieldDefinition.map((fieldDefinition) => {
|
||||
|
||||
Reference in New Issue
Block a user