Private
Public Access
1
0

current username checked && refactor && remove players in channel when they are more than 2

This commit is contained in:
2016-10-31 18:07:37 +01:00
parent 5b03dc2c28
commit db2c0c8c30
7 changed files with 31 additions and 21 deletions

View File

@@ -368,14 +368,8 @@ class GridControl extends React.Component {
return (
<div className="game-wrapper">
<UserControl ref="userControl"
blue="Olcsó János"
red="Eszet Lenke"
bombClear={this.bombClear.bind(this)}/>
<div className="grid">
{/*{this.renderGridFields()}*/}
{grid}
</div>
{/*{this.playingSound()}*/}
<div className="grid"> {grid} </div>
</div>
);
}