Skip to content

Commit 40497f4

Browse files
Merge pull request #5937 from topcoder-platform/features/mm-dashboard
fix loading indicator
2 parents d0d3101 + b16e897 commit 40497f4

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
@@ -675,7 +675,7 @@ ChallengeDetailPageContainer.defaultProps = {
675675
isLoadingSubmissionInformation: false,
676676
submissionInformation: null,
677677
// prizeMode: 'money-usd',
678-
statisticsData: [],
678+
statisticsData: null,
679679
};
680680

681681
ChallengeDetailPageContainer.propTypes = {

0 commit comments

Comments
 (0)