File tree 3 files changed +3
-3
lines changed
src/shared/containers/challenge-detail
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ workflows:
190
190
branches :
191
191
only :
192
192
- develop
193
- - hot-fix-profile-issue
193
+ - hotfix-legacy-mm
194
194
# Production builds are exectuted
195
195
# when PR is merged to the master
196
196
# Don't change anything in this configuration
Original file line number Diff line number Diff line change 61
61
"focus-trap-react" : " ^6.0.0" ,
62
62
"helmet" : " ^3.12.1" ,
63
63
"highlight.js" : " ^9.18.1" ,
64
- "html-to-text" : " ^3.3.0 " ,
64
+ "html-to-text" : " ^5.1.1 " ,
65
65
"http-status-codes" : " ^1.3.2" ,
66
66
"i18n-iso-countries" : " ^3.7.1" ,
67
67
"immutable" : " ^3.8.2" ,
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ class ChallengeDetailPageContainer extends React.Component {
439
439
challenge = { challenge }
440
440
challengeId = { challengeId }
441
441
challengesUrl = { challengesUrl }
442
- numWinners = { ! isLegacyMM && winners . length }
442
+ numWinners = { isLegacyMM ? 0 : winners . length }
443
443
showDeadlineDetail = { showDeadlineDetail }
444
444
onToggleDeadlines = { this . onToggleDeadlines }
445
445
onSelectorClicked = { onSelectorClicked }
You can’t perform that action at this time.
0 commit comments