Remove hold text

This commit is contained in:
Sage Vaillancourt 2020-12-28 16:59:10 -05:00
parent 1a83641e22
commit 7fb3d9902e
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ class Board extends React.Component {
{this.row(5)}
{this.row(6)}
{this.row(7)}
<p>{Images[this.state.hand.heldPiece]}</p>
</div>
;