diff --git a/.circleci/config.yml b/.circleci/config.yml
index b789da1770..2581fc0678 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -175,13 +175,13 @@ workflows:
branches:
only:
- develop
- - hot-fix-profile-issue
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
filters:
branches:
only:
+ - develop
- feature-contentful
# This is beta env for production soft releases
- "build-prod-beta":
@@ -190,7 +190,6 @@ workflows:
branches:
only:
- develop
- - hotfix-legacy-mm
# Production builds are exectuted
# when PR is merged to the master
# Don't change anything in this configuration
diff --git a/src/shared/components/ProfilePage/Header/index.jsx b/src/shared/components/ProfilePage/Header/index.jsx
index c070adfa76..51e716b1cd 100644
--- a/src/shared/components/ProfilePage/Header/index.jsx
+++ b/src/shared/components/ProfilePage/Header/index.jsx
@@ -7,7 +7,7 @@ import { noop, get } from 'lodash';
import moment from 'moment';
import ReactSVG from 'react-svg';
-import { getRatingColor } from 'utils/tc';
+import { getRatingLevel } from 'utils/tc';
import { config, isomorphy } from 'topcoder-react-utils';
import CopilotIcon from 'assets/images/profile/ico-track-copilot.svg';
@@ -63,7 +63,7 @@ class ProfileHeader extends React.Component {
{ imageUrl ? :