Skip to content

Commit 21e69e6

Browse files
committed
Disable user deletion since the API isn't ready
1 parent 835bb37 commit 21e69e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/RegularUsers.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ export const RegularUsers = () => {
694694
/>
695695
)}
696696

697-
{isAdmin && (
697+
{/*{isAdmin && (
698698
<Column
699699
title="Delete user"
700700
align="center"
@@ -730,7 +730,7 @@ export const RegularUsers = () => {
730730
return witch;
731731
}}
732732
/>
733-
)}
733+
)}*/}
734734
</Table>
735735
</Card>
736736
</Space>

0 commit comments

Comments
 (0)