chore(propTypes): Remove unrequired propTypes
This commit is contained in:
@ -5,9 +5,7 @@ import CompletionModal from './Completion-Modal.jsx';
|
|||||||
import AppChildContainer from '../../Child-Container.jsx';
|
import AppChildContainer from '../../Child-Container.jsx';
|
||||||
|
|
||||||
const propTypes = {
|
const propTypes = {
|
||||||
challenge: PropTypes.object,
|
children: PropTypes.node
|
||||||
children: PropTypes.node,
|
|
||||||
showLoading: PropTypes.bool
|
|
||||||
};
|
};
|
||||||
|
|
||||||
function ChildContainer(props) {
|
function ChildContainer(props) {
|
||||||
|
Reference in New Issue
Block a user