diff --git a/packages/ra-ui-materialui/src/detail/editFieldTypes.js b/packages/ra-ui-materialui/src/detail/editFieldTypes.js index 74f24a42061..50f5e30b72b 100644 --- a/packages/ra-ui-materialui/src/detail/editFieldTypes.js +++ b/packages/ra-ui-materialui/src/detail/editFieldTypes.js @@ -26,7 +26,7 @@ ${children.map(child => ` ${child.getRepresentation()}`).join('\n')} ), representation: (props, children) => `${children .map(child => child.getRepresentation()) .join('\n')}`, @@ -55,23 +55,23 @@ ${children.map(child => ` ${child.getRepresentation()}`).join('\n')} component: ReferenceInput, representation: (props, children) => `${children.getRepresentation()}`, }, referenceChild: { component: props => , // eslint-disable-line react/display-name - representation: () => ``, + representation: () => ``, }, referenceArray: { component: ReferenceArrayInput, representation: props => ``, }, referenceArrayChild: { component: props => , // eslint-disable-line react/display-name - representation: () => ``, + representation: () => ``, }, richText: { component: TextInput,