Skip to content

Commit 4b51669

Browse files
Update index.jsx
1 parent 912c9a3 commit 4b51669

File tree

1 file changed

+3
-0
lines changed
  • src/shared/components/challenge-detail/Specification/SideBar

1 file changed

+3
-0
lines changed

src/shared/components/challenge-detail/Specification/SideBar/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,14 @@ export default function SideBar({
172172
)
173173
}
174174
{
175+
screeningScorecardId && screeningScorecardId.length > 0
176+
&& (
175177
<p styleName="link-like-paragraph">
176178
<a href={`${scorecardURL}${screeningScorecardId}`}>
177179
Screening Scorecard
178180
</a>
179181
</p>
182+
)
180183
}
181184
{
182185
<span styleName="link-like-paragraph tooltip-container">

0 commit comments

Comments
 (0)