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 31, 2024
1 parent 8b742d3 commit 9fda22a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,13 +446,13 @@ export default function ManageUsers() {
);
} else if (userListData?.results && userListData?.results.length === 0) {
manageUsers = (
<div>
<div className="h-full space-y-2 rounded-lg bg-white p-7 shadow">
<div className="flex w-full items-center justify-center text-xl font-bold text-gray-500">
No Users Found
</div>
</div>
</div>
<div>

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

View workflow job for this annotation

GitHub Actions / lint

Delete `····`
<div className="h-full space-y-2 rounded-lg bg-white p-7 shadow">

Check failure on line 450 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 451 in src/Components/Users/ManageUsers.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `····`
No Users Found

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

View workflow job for this annotation

GitHub Actions / lint

Replace `················` with `············`
</div>

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

View workflow job for this annotation

GitHub Actions / lint

Delete `····`
</div>

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

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `········`
</div>

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

View workflow job for this annotation

GitHub Actions / lint

Replace `····</div>·` with `</div>`
);
}

Expand Down

0 comments on commit 9fda22a

Please sign in to comment.