mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:25:24 +01:00
Fixed lint errors.
This commit is contained in:
parent
3ffdcc9639
commit
d1cb2690fc
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default class DataProperty extends React.Component {
|
|||
onChange: PropTypes.func,
|
||||
onDeleteStop: PropTypes.func,
|
||||
onAddStop: PropTypes.func,
|
||||
onExpressionClick: PropTypes.func,
|
||||
fieldName: PropTypes.string,
|
||||
fieldType: PropTypes.string,
|
||||
fieldSpec: PropTypes.object,
|
||||
|
|
|
@ -42,6 +42,7 @@ export default class ZoomProperty extends React.Component {
|
|||
onChange: PropTypes.func,
|
||||
onDeleteStop: PropTypes.func,
|
||||
onAddStop: PropTypes.func,
|
||||
onExpressionClick: PropTypes.func,
|
||||
fieldType: PropTypes.string,
|
||||
fieldName: PropTypes.string,
|
||||
fieldSpec: PropTypes.object,
|
||||
|
|
Loading…
Reference in a new issue