Skip to content

Commit 4af63bb

Browse files
Merge pull request #284 from topcoder-platform/TCA-377_my-learning
TCA-377 Add Missing "See All My Learning" link -> dev
2 parents 4926673 + 117cf3e commit 4af63bb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src-ts/tools/learn/welcome/progress-block/progress-action/ProgressAction.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,9 @@ const ProgressAction: FC<ProgressActionProps> = (props: ProgressActionProps) =>
9494
<LearningHat />
9595
<h4 className='details'>Congratulations!</h4>
9696
</div>
97-
{!myInProgressCertifications.length && (
98-
<span className='mobile-hide'>
99-
{allMyLearningsLink}
100-
</span>
101-
)}
97+
<span className='mobile-hide'>
98+
{allMyLearningsLink}
99+
</span>
102100
</div>
103101
<MyCourseCompletedCard
104102
certification={certificationsById[certToDisplay.certificationId]}

0 commit comments

Comments
 (0)