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 912c9a3 commit 4b51669Copy full SHA for 4b51669
src/shared/components/challenge-detail/Specification/SideBar/index.jsx
@@ -172,11 +172,14 @@ export default function SideBar({
172
)
173
}
174
{
175
+ screeningScorecardId && screeningScorecardId.length > 0
176
+ && (
177
<p styleName="link-like-paragraph">
178
<a href={`${scorecardURL}${screeningScorecardId}`}>
179
Screening Scorecard
180
</a>
181
</p>
182
+ )
183
184
185
<span styleName="link-like-paragraph tooltip-container">
0 commit comments