diff --git a/client/src/components/instance.create.form.jsx b/client/src/components/instance.create.form.jsx index 2045fa82..617afacf 100644 --- a/client/src/components/instance.create.form.jsx +++ b/client/src/components/instance.create.form.jsx @@ -24,9 +24,9 @@ class InstanceCreateForm extends Component { constructor(props) { super(props); - this.state = { players: 1, name: '' }; + this.state = { players: 2, name: '' }; - const { sendInstanceNew, selectedCryps } = props; + const { sendInstanceNew } = props; this.sendInstanceNew = sendInstanceNew.bind(this);