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 ed87edd commit 08b9e65Copy full SHA for 08b9e65
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