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 db66c09 commit 181918fCopy full SHA for 181918f
src-ts/tools/learn/free-code-camp/FreeCodeCamp.tsx
@@ -279,7 +279,7 @@ const FreeCodeCamp: FC<{}> = () => {
279
// the cert is also completed, which redirects the user to the cert page.
280
// So the survey needs to be delayed so that it appears on the completed
281
// cert page instead of the current lesson.
282
- if (progress.certificationProgressPercentage === 100) {
+ if (progress.certificationProgressPercentage >= 100) {
283
setTimeout(async () => {
284
surveyTriggerForUser(surveyTrigger, profile?.userId)
285
}, 1000)
0 commit comments