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 4926673 commit 117cf3eCopy full SHA for 117cf3e
src-ts/tools/learn/welcome/progress-block/progress-action/ProgressAction.tsx
@@ -94,11 +94,9 @@ const ProgressAction: FC<ProgressActionProps> = (props: ProgressActionProps) =>
94
<LearningHat />
95
<h4 className='details'>Congratulations!</h4>
96
</div>
97
- {!myInProgressCertifications.length && (
98
- <span className='mobile-hide'>
99
- {allMyLearningsLink}
100
- </span>
101
- )}
+ <span className='mobile-hide'>
+ {allMyLearningsLink}
+ </span>
102
103
<MyCourseCompletedCard
104
certification={certificationsById[certToDisplay.certificationId]}
0 commit comments