From 117cf3ea949a62374b9e14e3dea6596240fe1e1c Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 31 Aug 2022 11:36:53 -0700 Subject: [PATCH] TCA-377 #comment This commit adds the See All Learning link to the completed progress block #time 15m --- .../progress-block/progress-action/ProgressAction.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src-ts/tools/learn/welcome/progress-block/progress-action/ProgressAction.tsx b/src-ts/tools/learn/welcome/progress-block/progress-action/ProgressAction.tsx index 46ca06ede..162e59099 100644 --- a/src-ts/tools/learn/welcome/progress-block/progress-action/ProgressAction.tsx +++ b/src-ts/tools/learn/welcome/progress-block/progress-action/ProgressAction.tsx @@ -94,11 +94,9 @@ const ProgressAction: FC = (props: ProgressActionProps) =>

Congratulations!

- {!myInProgressCertifications.length && ( - - {allMyLearningsLink} - - )} + + {allMyLearningsLink} +