From dde853cfc07adaedefba9bda88e5aecd79666cd0 Mon Sep 17 00:00:00 2001
From: Pyry Koskela <l4074@student.jamk.fi>
Date: Tue, 23 Jul 2019 13:12:24 +0300
Subject: [PATCH] FIX editGame id

---
 src/components/EditGameForm.js | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/components/EditGameForm.js b/src/components/EditGameForm.js
index 1111a85..894add5 100644
--- a/src/components/EditGameForm.js
+++ b/src/components/EditGameForm.js
@@ -517,7 +517,6 @@ export default class EditGameForm extends React.Component {
           <input
             id="editGameFactionNameInput"
             name="factionNameInput"
-            id="factionNameInput"
             value={this.state.factionNameInput}
             minLength="2"
             onChange={this.handleChange}
@@ -527,7 +526,6 @@ export default class EditGameForm extends React.Component {
           <input
             id="editGameFactionPasswordInput"
             name="factionPasswordInput"
-            id="factionPasswordInput"
             value={this.state.factionPasswordInput}
             minLength="3"
             onChange={this.handleChange}
@@ -575,7 +573,6 @@ export default class EditGameForm extends React.Component {
           <input
             id="editGameObjectivePointDescriptionInput"
             name="objectivePointDescriptionInput"
-            id="objectivePointDescriptionInput"
             type="number"
             value={this.state.objectivePointDescriptionInput}
             onChange={this.handleChange}
@@ -586,7 +583,6 @@ export default class EditGameForm extends React.Component {
           <input
             id="editGameObjectivePointMultiplierInput"
             name="objectivePointMultiplierInput"
-            id="objectivePointMultiplierInput"
             type="number"
             value={this.state.objectivePointMultiplierInput}
             onChange={this.handleChange}
@@ -612,7 +608,6 @@ export default class EditGameForm extends React.Component {
           <input
             id="editGameCaptureTimeInput"
             name="capture_time"
-            id="captureTimeInput"
             type="number"
             value={this.state.capture_time}
             form="gameEditForm"
@@ -622,7 +617,6 @@ export default class EditGameForm extends React.Component {
           <input
             id="editGameConfirmationTimeInput"
             name="confirmation_time"
-            id="confirmationTimeInput"
             type="number"
             value={this.state.confirmation_time}
             form="gameEditForm"
-- 
GitLab