From 08b9e654b28408f99f900a916f3e41f54a946e43 Mon Sep 17 00:00:00 2001 From: yoution Date: Thu, 26 May 2022 12:28:41 +0800 Subject: [PATCH] feature: profile page show no rating mm entrance --- src/shared/containers/Profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/containers/Profile.jsx b/src/shared/containers/Profile.jsx index fbfade7a9a..329d4c161b 100644 --- a/src/shared/containers/Profile.jsx +++ b/src/shared/containers/Profile.jsx @@ -185,7 +185,7 @@ ProfileContainer.propTypes = { const mapStateToProps = (state, ownProps) => ({ challenges: state.members[ownProps.match.params.handle] - ? state.members[ownProps.match.params.handle].subtrackChallenges : null, + ? state.members[ownProps.match.params.handle].userMarathons : null, achievements: state.profile.achievements, copilot: state.profile.copilot, country: state.profile.country,