diff --git a/src/components/GameCard.js b/src/components/GameCard.js index 0a3f5a4438dbf6033fc036da11b7ea88e43d01c0..12f705828c83b3a495a5115aa7415f9ac851f032 100644 --- a/src/components/GameCard.js +++ b/src/components/GameCard.js @@ -57,13 +57,13 @@ export default class GameCard extends React.Component { > <button type="button">Select</button> </Link> - <button + {/* <button id="editGameButton" onClick={() => this.setState({ editForm: true })} > Edit - </button> - {this.state.editForm && ( + </button> */} + {/* {this.state.editForm && ( <EditGameForm gameId={this.state.gameInfo.id} toggleView={() => this.setState({ editForm: false })} @@ -72,7 +72,7 @@ export default class GameCard extends React.Component { this.getGameInfo(); }} /> - )} + )} */} </div> ); }