mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 11:15:22 +01:00
Fixed lint errors
This commit is contained in:
parent
8b67499a64
commit
e4aa016713
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ export default class Toolbar extends React.Component {
|
|||
sources: PropTypes.object.isRequired,
|
||||
children: PropTypes.node,
|
||||
onToggleModal: PropTypes.func,
|
||||
onSetMapState: PropTypes.func,
|
||||
mapState: PropTypes.string,
|
||||
}
|
||||
|
||||
state = {
|
||||
|
|
Loading…
Reference in a new issue