Skip to content

Commit 66c7caa

Browse files
authored
Merge pull request #532 from topcoder-platform/TCA-1066
TCA-1066
2 parents 0a7aa84 + d6b0a1f commit 66c7caa

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)