Skip to content

Commit

Permalink
Merge pull request #1520 from ArielCalisaya/development
Browse files Browse the repository at this point in the history
show CTA if gitpod param is true
  • Loading branch information
ArielCalisaya authored Jun 20, 2024
2 parents 833a602 + 2e900d2 commit 4494e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/MarkDownParser/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function MarkDownParser({
</SimpleModal>
<ContentHeading
titleRightSide={titleRightSide}
callToAction={gitpod === true && assetType === 'EXERCISE' && (
callToAction={gitpod === true && (
<CallToAction
buttonStyle={{
color: 'white',
Expand Down

0 comments on commit 4494e25

Please sign in to comment.