We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c4a63 commit 6388cdcCopy full SHA for 6388cdc
src/components/ChallengesComponent/ChallengeList/index.js
@@ -813,7 +813,9 @@ class ChallengeList extends Component {
813
}
814
815
816
-ChallengeList.defaultProps = {}
+ChallengeList.defaultProps = {
817
+ isLoading: false
818
+}
819
820
ChallengeList.propTypes = {
821
challenges: PropTypes.arrayOf(PropTypes.object),
src/containers/Challenges/index.js
@@ -233,6 +233,10 @@ class Challenges extends Component {
233
234
235
236
+Challenges.defaultProps = {
237
238
239
+
240
Challenges.propTypes = {
241
projects: PropTypes.arrayOf(PropTypes.shape()),
242
menu: PropTypes.string,
0 commit comments