diff --git a/typing-app/src/components/templates/GameResult.tsx b/typing-app/src/components/templates/GameResult.tsx index 7df3d5c..c221b26 100644 --- a/typing-app/src/components/templates/GameResult.tsx +++ b/typing-app/src/components/templates/GameResult.tsx @@ -58,7 +58,7 @@ const GameResult: React.FC = ({ nextPage, resultScore }) => { - {resultScore.score} + {Math.floor(resultScore.score)}