UI 수정

This commit is contained in:
focp212@naver.com
2025-11-03 16:18:12 +09:00
parent d028da0a89
commit abc5a375a5
2 changed files with 5 additions and 3 deletions

View File

@@ -280,11 +280,12 @@ export const AllTransactionListPage = () => {
<div className="detail-item">
<span className="detail-label">{t('transaction.transactionCount')}</span>
<span className="detail-value">
{ t('transaction.total') + ' '}
<NumericFormat
value={ totalCount }
allowNegative={ true }
thousandSeparator
displayType="text"
prefix={t('transaction.total') + ' '}
suffix={' ' + t('home.count')}
></NumericFormat>
</span>