diff --git a/src/pages/BorrowerProfile/BorrowerProfile.vue b/src/pages/BorrowerProfile/BorrowerProfile.vue index aba9c978ea..8409ff6837 100644 --- a/src/pages/BorrowerProfile/BorrowerProfile.vue +++ b/src/pages/BorrowerProfile/BorrowerProfile.vue @@ -470,7 +470,7 @@ export default { const amountLeft = Number(loanAmount) - Number(fundedAmount); const loanStatus = loan?.status !== 'fundraising'; - redirectToLendClasic = !amountLeft && loanStatus; + redirectToLendClasic = !amountLeft || loanStatus; } if (redirectToLendClasic) {