diff --git a/frontend/src/components/board.tsx b/frontend/src/components/board.tsx index c71096b..2d38bb7 100644 --- a/frontend/src/components/board.tsx +++ b/frontend/src/components/board.tsx @@ -108,7 +108,7 @@ const Tile = ({ tile, onClick, spymaster, myTurn, winner }: TileProps) => { className={classes.button} onClick={onClick} style={tileStyle(tile, spymaster)} - disabled={spymaster || !myTurn || winner} + disabled={spymaster || !myTurn || winner || tile.revealed} > {tile.word}