From d234da3d973bc340f5634c74aef8df3446562b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8F=E3=81=8B?= <100208180+waka-eup25@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:33:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=AA=E3=82=B6=E3=83=AB=E3=83=88?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=A7=E3=82=B9=E3=82=B3=E3=82=A2=E3=82=92?= =?UTF-8?q?=E6=95=B4=E6=95=B0=E8=A1=A8=E7=A4=BA=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typing-app/src/components/templates/GameResult.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}