Skip to content

Commit dc70fb7

Browse files
fix reading statistics data from state
1 parent d36ffb0 commit dc70fb7

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/challenge-detail

1 file changed

+1
-1
lines changed

src/shared/containers/challenge-detail/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ function mapStateToProps(state, props) {
843843
mySubmissions,
844844
reviewTypes,
845845
openForRegistrationChallenges: state.challengeListing.openForRegistrationChallenges,
846-
statisticsData: state.statisticsData,
846+
statisticsData: state.challenge.statisticsData,
847847
};
848848
}
849849

0 commit comments

Comments
 (0)