Private
Public Access
1
0

bugfix opponent bomb btn buzz on hover #10

This commit is contained in:
2016-11-20 12:41:38 +01:00
parent 4c99df0b40
commit 864f322f6b
5 changed files with 18 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ class UserControl extends React.Component {
<div className="users">
<User ref="blue"
color="blue"
webPlayer={this.props.webPlayer}
active={this.state.activePlayer === 1}
onClickBombSelector={this.onClickBombSelector.bind(this, 1)}/>
<div className="active-mines-container">
@@ -57,6 +58,7 @@ class UserControl extends React.Component {
<div className="clear"></div>
<User ref="red"
color="red"
webPlayer={this.props.webPlayer}
active={this.state.activePlayer === 0}
onClickBombSelector={this.onClickBombSelector.bind(this, 0)}/>
<div className="resign">