Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove do nothing option from new game ban modal
Why would this ever be used?
  • Loading branch information
regalijan committed Apr 15, 2024
1 parent d19bfac commit 960c1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/NewGameBan.tsx
Expand Up @@ -237,7 +237,6 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
onChange={(val) => (actionMap[user] = parseInt(val))}
>
<VStack alignItems="flex-start">
<Radio value="0">Do Nothing</Radio>
<Radio value="1">Hide from Leaderboards</Radio>
<Radio value="2">Ban</Radio>
</VStack>
Expand Down

0 comments on commit 960c1ab

Please sign in to comment.