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 22d5a70 commit e8a0756Copy full SHA for e8a0756
src-ts/tools/learn/course-certificate/certificate-view/CertificateView.tsx
@@ -96,7 +96,7 @@ const CertificateView: FC<CertificateViewProps> = (props: CertificateViewProps)
96
elRef={certificateElRef}
97
provider={course?.resourceProvider.name}
98
tcHandle={props.profile.handle}
99
- type={certificate?.certificationCategory.track}
+ type={certificate?.certificationCategory?.track}
100
userName={userName}
101
/>
102
)
0 commit comments