diff --git a/common/app/routes/Challenges/Child-Container.jsx b/common/app/routes/Challenges/Child-Container.jsx index 007da3095c..736dd2c156 100644 --- a/common/app/routes/Challenges/Child-Container.jsx +++ b/common/app/routes/Challenges/Child-Container.jsx @@ -5,9 +5,7 @@ import CompletionModal from './Completion-Modal.jsx'; import AppChildContainer from '../../Child-Container.jsx'; const propTypes = { - challenge: PropTypes.object, - children: PropTypes.node, - showLoading: PropTypes.bool + children: PropTypes.node }; function ChildContainer(props) {