diff --git a/.circleci/config.yml b/.circleci/config.yml index 349c4c5d3c..eca9981cb2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -343,6 +343,7 @@ workflows: branches: only: - develop + - fix/issue-5739 # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -370,7 +371,7 @@ workflows: filters: &filters-staging branches: only: - - develop + - fix/issue-5739 # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/src/shared/components/Dashboard/Challenges/index.jsx b/src/shared/components/Dashboard/Challenges/index.jsx index d8a6bfbc3c..bc8096a786 100644 --- a/src/shared/components/Dashboard/Challenges/index.jsx +++ b/src/shared/components/Dashboard/Challenges/index.jsx @@ -38,6 +38,7 @@ export default function ChallengesFeed({
{`$${_.sum(challenge.prizeSets + .filter(set => set.type === 'placement') .map(item => _.sum(item.prizes.map(prize => prize.value)))).toLocaleString()}`}