Skip to content

Commit

Permalink
Update Assesment.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore authored Sep 6, 2024
1 parent 1d06086 commit f5f0547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Assesment/Assesment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export const ProfileHeader = ({
lineHeight: "25px",
}}
>
{username || ""}
{username ? username.split('@')[0] : ""}
</span>
</Box>
</>
Expand Down

0 comments on commit f5f0547

Please sign in to comment.