diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx
index 80a5e9c..08551ac 100644
--- a/components/NewGameBan.tsx
+++ b/components/NewGameBan.tsx
@@ -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>