mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 10:57:45 +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 {
|
||||
static propTypes = {
|
||||
isOpen: PropTypes.bool.isRequired,
|
||||
onOpenToggle: PropTypes.func.isRequired,
|
||||
onChangeDebug: PropTypes.func.isRequired,
|
||||
debugOptions: PropTypes.object,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue