Skip to content

Commit

Permalink
Disable user deletion since the API isn't ready
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Sep 29, 2023
1 parent 835bb37 commit 21e69e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/RegularUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ export const RegularUsers = () => {
/>
)}

{isAdmin && (
{/*{isAdmin && (
<Column
title="Delete user"
align="center"
Expand Down Expand Up @@ -730,7 +730,7 @@ export const RegularUsers = () => {
return witch;
}}
/>
)}
)}*/}
</Table>
</Card>
</Space>
Expand Down

0 comments on commit 21e69e6

Please sign in to comment.