読み込み中...
;
@@ -70,6 +71,24 @@
ルーム: {room.roomId} (待機中)
+ void;
};
const formatPaintRate = (value: number): string => `${value.toFixed(1)}%`;
@@ -238,7 +239,7 @@
};
/** 最終結果データを受け取り,順位一覧を表示する */
-export const ResultScene = ({ result }: Props) => {
+export const ResultScene = ({ result, onBackToTitle }: Props) => {
if (!result) {
return (
結果を読み込み中...
@@ -291,6 +292,24 @@
+
+
結果発表