bugfix points saving and exploded bombs to db && you can resign #6
This commit is contained in:
@@ -66,7 +66,7 @@ class UserControl extends React.Component {
|
||||
webPlayer={this.props.webPlayer}
|
||||
active={this.state.activePlayer === 0}
|
||||
onClickBombSelector={this.onClickBombSelector.bind(this, 0)}/>
|
||||
<button className={this.getResignClass(this.props.webPlayer)}>
|
||||
<button className={this.getResignClass(this.props.webPlayer)} onClick={this.props.resign}>
|
||||
<div className="resign-shine"></div>
|
||||
Resign
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user