From c9a58291b1df1377a0b6245dd47fb3e7eacd0b11 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 9 Mar 2018 08:45:29 +0000 Subject: [PATCH] chore(propTypes): Remove unrequired propTypes --- common/app/routes/Challenges/Child-Container.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {