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