From 7fb3d9902ea818de95d2aa9a08278b7452b2bc7c Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 28 Dec 2020 16:59:10 -0500 Subject: [PATCH] Remove hold text --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index bbcd3e3..6a07f86 100644 --- a/src/index.js +++ b/src/index.js @@ -397,7 +397,6 @@ class Board extends React.Component { {this.row(5)} {this.row(6)} {this.row(7)} -

{Images[this.state.hand.heldPiece]}

;