Skip to content

Commit f7d670b

Browse files
TCA-488 clean-up
1 parent 82e9d20 commit f7d670b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-ts/tools/learn/course-certificate/certificate-view/CertificateView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ const CertificateView: FC<CertificateViewProps> = (props: CertificateViewProps)
5656
return `${user} - ${course?.title} Certification`
5757
}
5858

59-
const certificationTitle: string = getCertTitle(userName || props.profile.handle)
60-
6159
const certUrl: string = getUserCertificateSsr(
6260
props.provider,
6361
props.certification,
6462
props.profile.handle,
6563
getCertTitle(props.profile.handle),
6664
)
6765

66+
const certificationTitle: string = getCertTitle(userName || props.profile.handle)
67+
6868
const {
6969
certifications: [completedCertificate],
7070
ready: completedCertificateReady,

0 commit comments

Comments
 (0)