Skip to content

Commit

Permalink
Update ManageUsers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryanshu919 authored May 28, 2024
1 parent f801658 commit ece02ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,11 @@ export default function ManageUsers() {
);
} else if (userListData?.results && userListData?.results.length === 0) {
manageUsers = (
<div>
<h5 className="py-4 text-xl font-bold"> {t("no_users_found")}</h5>
</div>
<div className="h-full space-y-2 rounded-lg bg-white p-7 shadow">

Check failure on line 449 in src/Components/Users/ManageUsers.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
<div className="flex w-full items-center justify-center text-xl font-bold text-gray-500">

Check failure on line 450 in src/Components/Users/ManageUsers.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
No Users Found

Check failure on line 451 in src/Components/Users/ManageUsers.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
</div>

Check failure on line 452 in src/Components/Users/ManageUsers.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
</div>

Check failure on line 453 in src/Components/Users/ManageUsers.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
);
}

Expand Down

0 comments on commit ece02ee

Please sign in to comment.