diff --git a/app/record/[id].tsx b/app/record/[id].tsx index cff8d3c..6da2d49 100644 --- a/app/record/[id].tsx +++ b/app/record/[id].tsx @@ -316,26 +316,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}