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 ace2bb0 commit a1a20eaCopy full SHA for a1a20ea
src-ts/tools/learn/my-learning/MyLearning.tsx
@@ -28,7 +28,7 @@ const MyLearning: FC<{}> = () => {
28
const { completed, inProgress, ready: coursesReady }: UserCertificationsProviderData = useUserCertifications()
29
const { certifications, ready: certificatesReady }: AllCertificationsProviderData = useAllCertifications()
30
31
- const ready: boolean = profileReady && coursesReady && certificatesReady;
+ const ready: boolean = profileReady && coursesReady && certificatesReady
32
33
const certificatesById: CertificatesByIdType = useMemo(() => (
34
certifications.reduce((certifs, certificate) => {
0 commit comments