This commit is contained in:
focp212@naver.com
2025-10-28 18:17:35 +09:00
parent 34143ffa45
commit 9ba963588d
4 changed files with 25 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ export const ListItem = ({
else if(transactionCategory === TransactionCategory.Billing){
navigate(PATHS.transaction.billing.detail, {
state: {
billKey: billKey
tid: tid,
}
});
}