File tree 4 files changed +6
-4
lines changed
ProfilePage/Stats/HistoryGraph
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ workflows:
231
231
branches :
232
232
only :
233
233
- milestone-v1.3
234
+ - milestone-20200910
234
235
# This is alternate dev env for parallel testing
235
236
- " build-test " :
236
237
context : org-global
@@ -260,6 +261,7 @@ workflows:
260
261
branches :
261
262
only :
262
263
- milestone-v1.3
264
+ - milestone-20200910
263
265
- develop
264
266
# Production builds are exectuted
265
267
# when PR is merged to the master
Original file line number Diff line number Diff line change 137
137
"tc-accounts" : " git+https://github.com/appirio-tech/accounts-app.git#dev" ,
138
138
"tc-core-library-js" : " github:appirio-tech/tc-core-library-js#v2.6.3" ,
139
139
"tc-ui" : " ^1.0.12" ,
140
- "topcoder-react-lib" : " 1000.22.2 " ,
140
+ "topcoder-react-lib" : " 1000.22.3 " ,
141
141
"topcoder-react-ui-kit" : " 2.0.0" ,
142
142
"topcoder-react-utils" : " 0.7.8" ,
143
143
"turndown" : " ^4.0.2" ,
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export default class HistoryGraph extends React.Component {
211
211
}
212
212
if ( track === 'DATA_SCIENCE' ) {
213
213
if ( subTrack === 'MARATHON_MATCH' ) {
214
- return `/challenges/ ${ challengeId } ` ;
214
+ return `${ config . URL . COMMUNITY } /tc?module=MatchDetails&rd= ${ challengeId } ` ;
215
215
}
216
216
if ( subTrack === 'SRM' ) {
217
217
return `${ config . URL . COMMUNITY } /stat?c=round_overview&rd=${ challengeId } ` ;
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ class Submit extends React.Component {
150
150
const topGearCommunity = _ . find ( communitiesList . data , { mainSubdomain : 'topgear' } ) ;
151
151
if ( topGearCommunity ) {
152
152
// check the group info match with group list
153
- _ . forOwn ( groups , ( value , key ) => {
154
- if ( value && _ . includes ( topGearCommunity . groupIds , key ) ) {
153
+ _ . forOwn ( groups , ( value ) => {
154
+ if ( value && _ . includes ( topGearCommunity . groupIds , value ) ) {
155
155
isChallengeBelongToTopgearGroup = true ;
156
156
return false ;
157
157
}
You can’t perform that action at this time.
0 commit comments