diff --git a/.circleci/config.yml b/.circleci/config.yml index 995225c5c7..80ac71b31d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -244,7 +244,7 @@ workflows: filters: branches: only: - - seo-fix + - feature/private-spec # This is beta env for production soft releases - "build-prod-beta": context : org-global @@ -260,7 +260,7 @@ workflows: branches: only: - develop - - listing-search + - feature/private-spec # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index f61d3401ef..3e49b528dc 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -198,6 +198,19 @@ export default function ChallengeDetailsView(props) { /> ) } + { + privateDescription && ( + +

+ Registered User Additional Information +

+ +
+ ) + } ) } @@ -227,6 +240,19 @@ export default function ChallengeDetailsView(props) { /> ) } + { + privateDescription && ( + +

+ Registered User Additional Information +

+ +
+ ) + }

Please read the challenge specification carefully and