Fixed lint errors

This commit is contained in:
orangemug
2020-02-02 07:41:31 +00:00
parent 5792c632f9
commit 8ed67e98ce
16 changed files with 27 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ export default class DataProperty extends React.Component {
PropTypes.bool,
PropTypes.array
]),
error: PropTypes.object,
}
state = {
@@ -202,7 +203,6 @@ export default class DataProperty extends React.Component {
<InputBlock
error={this.props.error}
fieldSpec={this.props.fieldSpec}
fieldSpec={this.props.fieldSpec}
label={labelFromFieldName(this.props.fieldName)}
>
<div className="maputnik-data-spec-property-group">