Fix ES6 space-infix-ops eslint rule [MAILPOET-1082]

This commit is contained in:
stoletniy
2017-09-18 18:27:43 +03:00
parent 4d9d92a026
commit a0fec7d103
16 changed files with 35 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ const FormFieldText = React.createClass({
: false
}
name={this.props.field.name}
id={'field_'+this.props.field.name}
id={'field_' + this.props.field.name}
value={value}
placeholder={this.props.field.placeholder}
onChange={this.props.onValueChange}