浏览代码

3 rounds seems like a nice option to have

Kirk Trombley 5 年之前
父节点
当前提交
9a75eccb6a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,
           }}