Przeglądaj źródła

3 rounds seems like a nice option to have

Kirk Trombley 5 lat temu
rodzic
commit
9a75eccb6a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      client/src/components/util/GameCreationForm.jsx

+ 1 - 0
client/src/components/util/GameCreationForm.jsx

@@ -62,6 +62,7 @@ export default ({ afterCreate }) => {
         <Dropdown
           options={{
             "1 Round": 1,
+            "3 Rounds": 3,
             "5 Rounds": 5,
             "10 Rounds": 10,
           }}