mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 10:40:28 +01:00
Fixed typo.
This commit is contained in:
parent
00afbad7ac
commit
ede782abed
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ export default class Toolbar extends React.Component {
|
||||||
// A dict of source id's and the available source layers
|
// A dict of source id's and the available source layers
|
||||||
sources: PropTypes.object.isRequired,
|
sources: PropTypes.object.isRequired,
|
||||||
onInspectModeToggle: PropTypes.func.isRequired,
|
onInspectModeToggle: PropTypes.func.isRequired,
|
||||||
children: PropTypes.node
|
children: PropTypes.node,
|
||||||
|
onToggleModal: PropTypes.func,
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
Loading…
Reference in a new issue