Fixed lint errors.

This commit is contained in:
orangemug
2017-11-29 15:03:37 +00:00
parent 1941fdf8a0
commit 61808d5939
3 changed files with 21 additions and 2 deletions

View File

@@ -11,7 +11,9 @@ import labelFromFieldName from './_labelFromFieldName'
export default class SpecProperty extends React.Component {
static propTypes = {
onZoomClick: PropTypes.func.isRequired,
onDataClick: PropTypes.func.isRequired
onDataClick: PropTypes.func.isRequired,
fieldName: PropTypes.string,
fieldSpec: PropTypes.object
}
render() {