Skip to content

Commit

Permalink
Issue #PS-1677 feat: Teaching Centers Page Inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aar-if committed Aug 9, 2024
1 parent 6dbc617 commit b646fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ManageUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ const ManageUser: React.FC<ManageUsersProps> = ({
color: theme.palette.secondary.main,
}}
>
{user.name}
{user.name.charAt(0).toUpperCase() +
user.name.slice(1)}
</Typography>
</CustomLink>
<Box
Expand Down

0 comments on commit b646fec

Please sign in to comment.