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

@ -113,7 +113,7 @@ define([
<tr>
<th scope="row">
<label
htmlFor={'field_'+this.props.field.name}
htmlFor={'field_' + this.props.field.name}
>
{ this.props.field.label }
{ tip }