Fixed more eslint errors.

This commit is contained in:
orangemug
2017-11-08 08:51:24 +00:00
parent 8234c51412
commit f79a945fa4
3 changed files with 7 additions and 4 deletions

View File

@@ -306,6 +306,7 @@ class MakeFunctionButtons extends React.Component {
static propTypes = {
fieldSpec: PropTypes.object,
onZoomClick: PropTypes.func,
onDataClick: PropTypes.func,
}
render() {