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 29, 2024
1 parent 5cda2cd commit b106ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,11 +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>

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 b106ccd

Please sign in to comment.