We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f2ea8 commit 5edc885Copy full SHA for 5edc885
app/src/main/java/com/poti/android/presentation/history/manage/component/HistoryParticipantDetail.kt
@@ -103,7 +103,7 @@ fun HistoryParticipantDetail(
103
itemOptionText = participant.shippingName,
104
priceText = stringResource(
105
R.string.history_participant_detail_won_unit_format,
106
- participant.shippingPrice,
+ participant.shippingPrice.toMoneyString(),
107
),
108
sizeType = PotiListOptionPriceSize.SMALL,
109
)
0 commit comments