상세 수정
This commit is contained in:
@@ -28,12 +28,7 @@ export const AllTransactionCancelPreventBond = ({
|
||||
const { navigate } = useNavigate();
|
||||
const [item, setItem] = useState<DebtPreventionCancelDisplayInfo | null | undefined>(debtPreventionCancelDisplayInfo);
|
||||
const onClickToClose = () => {
|
||||
navigate(PATHS.transaction.allTransaction.detail, {
|
||||
state: {
|
||||
serviceCode: serviceCode,
|
||||
tid: tid
|
||||
}
|
||||
});
|
||||
setCancelPreventBondOn(false);
|
||||
};
|
||||
const callTransactionCancel = () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user