mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:17:44 +01:00
Fixed lint errors.
This commit is contained in:
parent
ff8a8fb749
commit
94089836bf
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ export default class DataProperty extends React.Component {
|
|||
onDeleteStop: PropTypes.func,
|
||||
onAddStop: PropTypes.func,
|
||||
fieldName: PropTypes.string,
|
||||
fieldType: PropTypes.string,
|
||||
fieldSpec: PropTypes.object,
|
||||
value: PropTypes.oneOfType([
|
||||
PropTypes.object,
|
||||
|
|
|
@ -15,6 +15,7 @@ export default class ExpressionProperty extends React.Component {
|
|||
static propTypes = {
|
||||
onDelete: PropTypes.func,
|
||||
fieldName: PropTypes.string,
|
||||
fieldType: PropTypes.string,
|
||||
fieldSpec: PropTypes.object,
|
||||
value: PropTypes.any,
|
||||
errors: PropTypes.object,
|
||||
|
|
Loading…
Reference in a new issue