Skip to content

Commit d6b0a1f

Browse files
committed
TCA-1066
1 parent 0a7aa84 commit d6b0a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/tca-certificate/validate-certificate/ValidateTCACertificate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const ValidateTCACertificate: FC<{}> = () => {
168168
<div className={styles.wrap}>
169169
<h2>
170170
{'What '}
171-
{profile.handle}
171+
{enrollment?.userName}
172172
{' Learned?'}
173173
</h2>
174174
<ul>{learningOutcomes}</ul>

0 commit comments

Comments
 (0)