Skip to content

Commit

Permalink
Update Profile.jsx : now username is displayed in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpatel1248 authored Jun 17, 2024
1 parent 2dd6f02 commit 81c3677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Admin/Components/Profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export function Profile(props) {
<div className={style["name"]}>{name}</div>
<div className={style["line"]}></div>
<div className={style["contact"]}>
<div className={style["contact-details"]}>{username}</div>
<div className={style["contact-details"]}>{email}</div>
<div className={style["contact-details"]}>{phone}</div>
</div>
Expand Down

0 comments on commit 81c3677

Please sign in to comment.