We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b05a commit 81a7f09Copy full SHA for 81a7f09
src/components/ChallengesComponent/ChallengeList/index.js
@@ -104,8 +104,7 @@ class ChallengeList extends Component {
104
totalChallenges,
105
partiallyUpdateChallengeDetails,
106
deleteChallenge,
107
- isBillingAccountExpired,
108
- selfServe
+ isBillingAccountExpired
109
} = this.props
110
if (warnMessage) {
111
return <Message warnMessage={warnMessage} />
0 commit comments