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.
2 parents 5f8a965 + 08b9e65 commit a3b51faCopy full SHA for a3b51fa
src/shared/containers/Profile.jsx
@@ -185,7 +185,7 @@ ProfileContainer.propTypes = {
185
186
const mapStateToProps = (state, ownProps) => ({
187
challenges: state.members[ownProps.match.params.handle]
188
- ? state.members[ownProps.match.params.handle].subtrackChallenges : null,
+ ? state.members[ownProps.match.params.handle].userMarathons : null,
189
achievements: state.profile.achievements,
190
copilot: state.profile.copilot,
191
country: state.profile.country,
0 commit comments