Skip to content

Commit 45e2737

Browse files
authored
Merge pull request #3591 from topcoder-platform/revert-3578-issue_3394
Revert "issue 3394 fix"
2 parents aec999e + 21fc5ed commit 45e2737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/memberStats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const interestingData = {
114114
{ key: 'rank.overallPercentile', label: 'percentile', postFunc: percentileFunc },
115115
{ key: 'submissions.submissions', label: 'challenges', postFunc: null },
116116
{ key: 'wins', label: 'wins', postFunc: null },
117-
{ key: 'submissions.submissionRate', label: 'reliability', postFunc: percentageFunc },
117+
{ key: 'rank.reliability', label: 'reliability', postFunc: percentageFunc },
118118
],
119119
'DATA_SCIENCE.SRM': [
120120
{ key: 'rank.rating', label: 'rating', postFunc: ratingFunc },

0 commit comments

Comments
 (0)