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" > - +