Skip to content

Commit 117cf3e

Browse files
TCA-377 #comment This commit adds the See All Learning link to the completed progress block #time 15m
1 parent 4926673 commit 117cf3e

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)