mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 07:07:44 +01:00
Fixed lint errors.
This commit is contained in:
parent
b28407a4a0
commit
c2ec77e869
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ class Button extends React.Component {
|
|||
disabled: PropTypes.bool,
|
||||
type: PropTypes.string,
|
||||
id: PropTypes.string,
|
||||
title: PropTypes.string,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
|
@ -7,7 +7,8 @@ export default class LayerListGroup extends React.Component {
|
|||
title: PropTypes.string.isRequired,
|
||||
"data-wd-key": PropTypes.string,
|
||||
isActive: PropTypes.bool.isRequired,
|
||||
onActiveToggle: PropTypes.func.isRequired
|
||||
onActiveToggle: PropTypes.func.isRequired,
|
||||
'aria-controls': PropTypes.string,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue