mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 01:43:15 +01:00
Fixed prop-type name.
This commit is contained in:
parent
d2ffc3a0b1
commit
eb2fc4c715
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import Modal from './Modal'
|
||||||
class DebugModal extends React.Component {
|
class DebugModal extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
isOpen: PropTypes.bool.isRequired,
|
isOpen: PropTypes.bool.isRequired,
|
||||||
onOpenToggle: PropTypes.func.isRequired,
|
onChangeDebug: PropTypes.func.isRequired,
|
||||||
debugOptions: PropTypes.object,
|
debugOptions: PropTypes.object,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue