This commit is contained in:
focp212@naver.com
2025-11-04 08:57:12 +09:00
parent c1e631cbb4
commit c99b635950
5 changed files with 4 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ export const AllTransactionList = ({
listItems,
setDetailData
}: AllTransactionListProps) => {
const getListDateGroup = () => {
let rs = [];
let date = '';

View File

@@ -90,7 +90,7 @@ export const AllTransactionDetail = ({
tid: tid
}
});
}, 10)
}, 10);
};
const onClickToCancel = () => {