Skip to content

Commit

Permalink
Merge pull request #1608 from Spiteless/ts.remove_addANewUser_button
Browse files Browse the repository at this point in the history
fix: Remove Add User button with no current function
  • Loading branch information
jbubar authored Mar 5, 2024
2 parents d89c330 + 6b66cd1 commit 2e9fab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/user-admin/UserManagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ const UserManagement = ({ users, setUserToEdit }) => {
</Box>
</Box>
<Box>
<Button
{/* <Button
type='button'
variant='secondary'
>
Add a New User
</Button>
</Button> */}
</Box>
</Box>
</Box>
Expand Down

0 comments on commit 2e9fab6

Please sign in to comment.