From 547edc42044adf0d5b868fe9140d2f33e6456751 Mon Sep 17 00:00:00 2001 From: Mohamed amaan <121436543+modamaan@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:22:58 +0530 Subject: [PATCH] FIXED:- Improve Visibility of Status, Role, and Contact numbers on User Management Page List View for Mobile Screens (#10419) --- src/components/Users/UserListAndCard.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Users/UserListAndCard.tsx b/src/components/Users/UserListAndCard.tsx index ee6753c1472..bf8b2b3e96d 100644 --- a/src/components/Users/UserListAndCard.tsx +++ b/src/components/Users/UserListAndCard.tsx @@ -133,9 +133,7 @@ const UserListHeader = () => { return ( - - {t("name")} - + {t("name")} {t("status")} {t("role")} {t("contact_number")} @@ -151,7 +149,7 @@ const UserListRow = ({ user }: { user: UserBase }) => { id={`usr_${user.id}`} className="hover:bg-gray-50" > - +