Fix eslint6 object-shorthand

[MAILPOET-1140]
This commit is contained in:
Pavel Dohnal
2018-03-15 11:55:57 +00:00
parent d3250030ba
commit 783f33b092
12 changed files with 27 additions and 28 deletions

View File

@ -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,