수정
This commit is contained in:
@@ -10,6 +10,7 @@ export const ListItem = ({
|
||||
settlementDate,
|
||||
merchantName,
|
||||
mid,
|
||||
tid,
|
||||
settlementAmount,
|
||||
approvalNumber,
|
||||
approvalDate,
|
||||
@@ -30,6 +31,7 @@ export const ListItem = ({
|
||||
periodType: periodType,
|
||||
settlementId: settlementId,
|
||||
approvalNumber: approvalNumber,
|
||||
tid: tid,
|
||||
}
|
||||
});
|
||||
};
|
||||
@@ -66,7 +68,7 @@ export const ListItem = ({
|
||||
value={ settlementAmount || transactionAmount }
|
||||
thousandSeparator
|
||||
displayType="text"
|
||||
suffix={ '원' }
|
||||
suffix='원'
|
||||
></NumericFormat>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user