We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8d73a commit 8726809Copy full SHA for 8726809
src/shared/components/challenge-detail/Specification/index.jsx
@@ -56,6 +56,7 @@ export default function ChallengeDetailsView(props) {
56
reviewScorecardId,
57
screeningScorecardId,
58
forumId,
59
+ selfService,
60
} = legacy;
61
62
let stockArtValue = '';
@@ -173,7 +174,7 @@ export default function ChallengeDetailsView(props) {
173
174
<div styleName="challenge-specifications">
175
<div styleName={`challenge-specs-main ${accentedStyle}`}>
176
{
- track.toLowerCase() !== 'design'
177
+ track.toLowerCase() !== 'design' && !selfService
178
? (
179
<div>
180
0 commit comments