Skip to content

Commit

Permalink
fix: remove the username learner record title
Browse files Browse the repository at this point in the history
Description: Remove username from learner record title
VAN-1832
  • Loading branch information
ahtesham-quraish committed Mar 26, 2024
1 parent 9efeceb commit 547681e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/ProgramRecord/ProgramRecordHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ function ProgramRecordHeader({
</span>
</div>
<div className="learner-info my-3">
<FormattedMessage
id="learner.username"
defaultMessage="{username}"
description="Username of the learner"
values={{
username: learner.username,
}}
/>
|
<FormattedMessage
id="learner.email"
defaultMessage="{email}"
Expand All @@ -103,7 +94,6 @@ ProgramRecordHeader.propTypes = {
learner: PropTypes.shape({
email: PropTypes.string,
full_name: PropTypes.string,
username: PropTypes.string,
}).isRequired,
program: PropTypes.shape({
name: PropTypes.string,
Expand Down

0 comments on commit 547681e

Please sign in to comment.