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 e2dd79a commit 323c51aCopy full SHA for 323c51a
src-ts/tools/learn/course-details/CourseDetailsPage.tsx
@@ -56,7 +56,7 @@ const CourseDetailsPage: FC<{}> = () => {
56
certification: certificate,
57
ready: certificateReady,
58
}: AllCertificationsProviderData = useAllCertifications(routeParams.provider, course?.certificationId, {
59
- enabled: courseReady
+ enabled: courseReady,
60
})
61
62
// this looks better than finding workarounds for cyclomatic-complexity
0 commit comments