Forráskód Böngészése

3 rounds seems like a nice option to have

Kirk Trombley 5 éve
szülő
commit
9a75eccb6a
1 módosított fájl, 1 hozzáadás és 0 törlés
  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,
           }}