Remove do nothing option from new game ban modal
Why would this ever be used?
This commit is contained in:
parent
d19bfac1da
commit
960c1abbcc
@ -237,7 +237,6 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
|
|||||||
onChange={(val) => (actionMap[user] = parseInt(val))}
|
onChange={(val) => (actionMap[user] = parseInt(val))}
|
||||||
>
|
>
|
||||||
<VStack alignItems="flex-start">
|
<VStack alignItems="flex-start">
|
||||||
<Radio value="0">Do Nothing</Radio>
|
|
||||||
<Radio value="1">Hide from Leaderboards</Radio>
|
<Radio value="1">Hide from Leaderboards</Radio>
|
||||||
<Radio value="2">Ban</Radio>
|
<Radio value="2">Ban</Radio>
|
||||||
</VStack>
|
</VStack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user