필터 수정
This commit is contained in:
@@ -8,6 +8,7 @@ export const AllTransactionList = ({
|
||||
transactionCategory,
|
||||
listItems,
|
||||
setDetailData,
|
||||
filterUsed,
|
||||
onClickToOpenFilter,
|
||||
onClickToOpenDownloadBottomSheet
|
||||
}: AllTransactionListProps) => {
|
||||
@@ -94,6 +95,9 @@ export const AllTransactionList = ({
|
||||
alt={t('transaction.searchOptions')}
|
||||
onClick={ onClickToOpenFilter }
|
||||
/>
|
||||
{ filterUsed &&
|
||||
<span className="notification-badge2"></span>
|
||||
}
|
||||
</button>
|
||||
<button className="download-btn">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user