mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Missed a td
This commit is contained in:
parent
3eb17d7d28
commit
d129094b6d
@ -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)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user