Fix eslint6 object-shorthand
[MAILPOET-1140]
This commit is contained in:
@ -94,7 +94,7 @@ define([
|
||||
|
||||
if (this.props.field.fields !== undefined) {
|
||||
field = this.props.field.fields.map((subfield, index) => this.renderField({
|
||||
index: index,
|
||||
index,
|
||||
field: subfield,
|
||||
item: this.props.item,
|
||||
onValueChange: this.props.onValueChange || false,
|
||||
|
Reference in New Issue
Block a user