diff --git a/src/TicTacToe/Root.tsx b/src/TicTacToe/Root.tsx
index 472c86e..406907e 100644
--- a/src/TicTacToe/Root.tsx
+++ b/src/TicTacToe/Root.tsx
@@ -104,7 +104,7 @@ function TicTacToe() {
const callback = () => {
playTurn(index);
};
- return
{getStateChar(getState())}
+{getStateChar(state)}