fix
This commit is contained in:
parent
cf8baf09c5
commit
4e2c386efd
|
|
@ -46,7 +46,7 @@ const AcceptStage = ({
|
|||
},
|
||||
});
|
||||
|
||||
console.log(borrowerData);
|
||||
// console.log(guar);
|
||||
|
||||
const fetchData = async () => {
|
||||
try {
|
||||
|
|
@ -108,7 +108,7 @@ const AcceptStage = ({
|
|||
surname: borrowerData.surname,
|
||||
availableAmount: borrowerData.availableAmount,
|
||||
clientType: 'recipient',
|
||||
signRecipient: guaranterData.signRecipient,
|
||||
signRecipient: borrowerData.signRecipient,
|
||||
},
|
||||
clientGuarantor: isGuranter
|
||||
? {
|
||||
|
|
|
|||
Loading…
Reference in New Issue