Skip to content

Commit b6dff5b

Browse files
authored
Merge pull request #7103 from topcoder-platform/pm-1358_1
fix(PM-1358): Only show provisional or final score in the score list
2 parents a8760f7 + 545eb7a commit b6dff5b

File tree

3 files changed

+177
-34
lines changed

3 files changed

+177
-34
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ workflows:
359359
only:
360360
- develop
361361
- pm-1346
362+
- pm-1358_1
362363
# This is alternate dev env for parallel testing
363364
# Deprecate this workflow due to beta env shutdown
364365
# https://topcoder.atlassian.net/browse/CORE-251

package-lock.json

Lines changed: 175 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"supertest": "^3.1.0",
165165
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3.1",
166166
"tc-ui": "^1.0.12",
167-
"topcoder-react-lib": "1.2.14",
167+
"topcoder-react-lib": "git+https://github.com/topcoder-platform/topcoder-react-lib#v1.2.21",
168168
"topcoder-react-ui-kit": "2.0.1",
169169
"topcoder-react-utils": "github:topcoder-platform/topcoder-react-utils#v0.9.5",
170170
"turndown": "^4.0.2",

0 commit comments

Comments
 (0)