Fixed prop-type name.

This commit is contained in:
orangemug 2019-05-18 19:02:51 +01:00
parent d2ffc3a0b1
commit eb2fc4c715

View file

@ -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,
}