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) => {
|
||||
|
||||
Reference in New Issue
Block a user