From b3fd71d5816ec36790ceb77d83c8ee14793ca572 Mon Sep 17 00:00:00 2001 From: peisonger Date: Fri, 5 Jun 2026 02:53:09 +0900 Subject: [PATCH] =?UTF-8?q?tmp=20:=20=EA=B8=B0=EB=A1=9D=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=ED=86=B5=EA=B3=84=20=ED=95=98=EB=93=9C=EC=BD=94?= =?UTF-8?q?=EB=94=A9=20(=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=9A=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/record/[id].tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/record/[id].tsx b/app/record/[id].tsx index da9f18e..3e7228d 100644 --- a/app/record/[id].tsx +++ b/app/record/[id].tsx @@ -272,9 +272,9 @@ export default function RecordScreen() { {/* 통계 */} {[ - { label: "소요시간", value: formatDuration(recordDetail?.durationSeconds ?? durationSec) }, - { label: "고도", value: recordDetail?.ascentMeters != null ? `${Math.round(recordDetail.ascentMeters)}Nm` : "--" }, - { label: "칼로리", value: recordDetail?.calories != null ? `${recordDetail.calories}kcal` : "--" }, + { label: "소요시간", value: "3시간 24분" }, + { label: "고도", value: "642m" }, + { label: "칼로리", value: "1128kcal" }, ].map((stat) => ( {stat.label}