diff --git a/src/components/GameBoard/DoudizhuGameBoard.js b/src/components/GameBoard/DoudizhuGameBoard.js
index d483456..76ac762 100644
--- a/src/components/GameBoard/DoudizhuGameBoard.js
+++ b/src/components/GameBoard/DoudizhuGameBoard.js
@@ -143,6 +143,8 @@ class DoudizhuGameBoard extends React.Component {
{millisecond2Second(this.props.considerationTime)}
+ {this.props.gamePlayable ?
+ (<>
+ >)
+ :
+ undefined}
+
);
} else {