알림 수정

This commit is contained in:
focp212@naver.com
2025-10-28 10:24:02 +09:00
parent d9ebc2c51f
commit b4976ec45c
11 changed files with 115 additions and 25 deletions

View File

@@ -231,7 +231,7 @@ export const ListItem = ({
</div>
<div className="transaction-amount">
<NumericFormat
value={ goodsAmount || amount }
value={ goodsAmount || amount || transactionAmount }
thousandSeparator
displayType="text"
suffix={ '원' }