Skip to content

Commit 5edc885

Browse files
committed
[fix/#117] 가격 포맷팅
1 parent 50f2ea8 commit 5edc885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/poti/android/presentation/history/manage/component/HistoryParticipantDetail.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fun HistoryParticipantDetail(
103103
itemOptionText = participant.shippingName,
104104
priceText = stringResource(
105105
R.string.history_participant_detail_won_unit_format,
106-
participant.shippingPrice,
106+
participant.shippingPrice.toMoneyString(),
107107
),
108108
sizeType = PotiListOptionPriceSize.SMALL,
109109
)

0 commit comments

Comments
 (0)