1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Missed a td

This commit is contained in:
Daniel Barber 2018-02-27 22:15:15 -05:00
parent 3eb17d7d28
commit d129094b6d
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -76,7 +76,7 @@ class ChessBoardSquare extends React.Component {
}
render() {
return <td
return <div
id={this.squareId()}
className={this.squareClass()}
onClick={this.selectSquare.bind(this)}