mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +00:00
Fixed lint errors.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user