diff --git a/src/components/modals/DebugModal.js b/src/components/modals/DebugModal.js index 48697aa2..d1fce448 100644 --- a/src/components/modals/DebugModal.js +++ b/src/components/modals/DebugModal.js @@ -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, }