Skip to content

Commit a3b51fa

Browse files
authored
Merge pull request #6360 from yoution/feature/profile-mm
feature: profile page show no rating mm entrance
2 parents 5f8a965 + 08b9e65 commit a3b51fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/Profile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ ProfileContainer.propTypes = {
185185

186186
const mapStateToProps = (state, ownProps) => ({
187187
challenges: state.members[ownProps.match.params.handle]
188-
? state.members[ownProps.match.params.handle].subtrackChallenges : null,
188+
? state.members[ownProps.match.params.handle].userMarathons : null,
189189
achievements: state.profile.achievements,
190190
copilot: state.profile.copilot,
191191
country: state.profile.country,

0 commit comments

Comments
 (0)