diff --git a/.circleci/config.yml b/.circleci/config.yml index 349c4c5d3c..99c667f9f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -371,6 +371,7 @@ workflows: branches: only: - develop + - feature/link-thrive # 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/SideBar/index.jsx b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx index 7c5465c066..ff2add44fa 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx +++ b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx @@ -137,6 +137,16 @@ export default function SideBar({ ) } +