Skip to content

Commit

Permalink
chore: km를 m로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Dec 12, 2023
1 parent ff1e36b commit 91928bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private extension RecordListViewController {
sport: $0.mode.description,
startTime: $0.startTime,
endTime: $0.endTime,
distance: "\($0.distance)km"
distance: "\($0.distance)m"
)
}
configureSnapShot(items: workoutInformationItems)
Expand Down

0 comments on commit 91928bd

Please sign in to comment.