From 7ac2eebb2628756f338480825c252d17e1fc49ae Mon Sep 17 00:00:00 2001 From: sophian Date: Thu, 1 Aug 2024 12:25:25 -0400 Subject: [PATCH] Cash: rename principal to amount and include withdrawal addresses --- centrifuge-app/src/pages/Loan/FinanceForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centrifuge-app/src/pages/Loan/FinanceForm.tsx b/centrifuge-app/src/pages/Loan/FinanceForm.tsx index 915740261..9355e96b3 100644 --- a/centrifuge-app/src/pages/Loan/FinanceForm.tsx +++ b/centrifuge-app/src/pages/Loan/FinanceForm.tsx @@ -192,7 +192,7 @@ function InternalFinanceForm({ loan, source }: { loan: LoanType; source: string form.setFieldValue('principal', value)} onSetMax={ @@ -218,7 +218,7 @@ function InternalFinanceForm({ loan, source }: { loan: LoanType; source: string }} )} - {source === 'reserve' && !isCashLoan(loan) && withdraw.render()} + {source === 'reserve' && withdraw.render()} {source === 'reserve' ? (