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

@@ -429,6 +429,7 @@ class GridControl extends React.Component {
</div>
</div>
<UserControl ref="userControl"
webPlayer={this.state.webPlayer}
bombClear={this.bombClear.bind(this)}/>
<div className="grid-container">
<div className="grid"> {this.state.gridFields} </div>