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 82e9d20 commit f7d670bCopy full SHA for f7d670b
src-ts/tools/learn/course-certificate/certificate-view/CertificateView.tsx
@@ -56,15 +56,15 @@ const CertificateView: FC<CertificateViewProps> = (props: CertificateViewProps)
56
return `${user} - ${course?.title} Certification`
57
}
58
59
- const certificationTitle: string = getCertTitle(userName || props.profile.handle)
60
-
61
const certUrl: string = getUserCertificateSsr(
62
props.provider,
63
props.certification,
64
props.profile.handle,
65
getCertTitle(props.profile.handle),
66
)
67
+ const certificationTitle: string = getCertTitle(userName || props.profile.handle)
+
68
const {
69
certifications: [completedCertificate],
70
ready: completedCertificateReady,
0 commit comments