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 c30680a commit fe608e4Copy full SHA for fe608e4
src-ts/tools/learn/free-code-camp/FreeCodeCamp.tsx
@@ -287,7 +287,7 @@ const FreeCodeCamp: FC<{}> = () => {
287
}
288
289
// course is completed, return user to course completed screen
290
- if (certificateProgress.courseProgressPercentage === 100) {
+ if (certificateProgress.status === UserCertificationProgressStatus.completed) {
291
const completedPath: string = getCertificationCompletedPath(
292
providerParam,
293
certificationParam,
0 commit comments