From b646fec29a83cf6a8e9a0ffd05b4d522a27e03eb Mon Sep 17 00:00:00 2001 From: Arif Date: Fri, 9 Aug 2024 17:02:30 +0530 Subject: [PATCH] Issue #PS-1677 feat: Teaching Centers Page Inconsistencies --- src/components/ManageUser.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ManageUser.tsx b/src/components/ManageUser.tsx index b5481768..7809b366 100644 --- a/src/components/ManageUser.tsx +++ b/src/components/ManageUser.tsx @@ -662,7 +662,8 @@ const ManageUser: React.FC = ({ color: theme.palette.secondary.main, }} > - {user.name} + {user.name.charAt(0).toUpperCase() + + user.name.slice(1)}