[Object Object] 표시 오류 수정: Intl.NumberFormat 사용
This commit is contained in:
@@ -103,7 +103,7 @@ export const NoInterestInfoBottomSheet = ({
|
||||
<div className="desc dot">
|
||||
<span>{t('payment.applicationAmount')} : </span>
|
||||
<span>
|
||||
{t('home.money', { value: <NumericFormat value={ value.applicationAmount } thousandSeparator displayType="text" /> })}
|
||||
{t('home.money', { value: new Intl.NumberFormat('en-US').format(value.applicationAmount || 0) })}
|
||||
</span>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user