Skip to content

Commit

Permalink
Fix no gap in users page (#8174)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker authored Jul 17, 2024
1 parent 261255b commit f315193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ export default function ManageUsers() {
/>
</div>

<div>
<div className="pt-4">
<div>{manageUsers}</div>
</div>
{userData.show && (
Expand Down

0 comments on commit f315193

Please sign in to comment.