diff --git a/centrifuge-app/src/pages/Loan/FinanceForm.tsx b/centrifuge-app/src/pages/Loan/FinanceForm.tsx
index 2fb7ebc4eb..1f3e0703dd 100644
--- a/centrifuge-app/src/pages/Loan/FinanceForm.tsx
+++ b/centrifuge-app/src/pages/Loan/FinanceForm.tsx
@@ -227,10 +227,8 @@ function WithdrawSelect({ withdrawAddresses }: { withdrawAddresses: WithdrawAddr
}
function Mux({
- amount,
withdrawAddressesByDomain,
withdrawAmounts,
- total,
}: {
amount: Decimal
total: Decimal
@@ -250,7 +248,11 @@ function Mux({
Address
Network
- {!withdrawAmounts.length && No suitable withdraw addresses}
+ {!withdrawAmounts.length && (
+
+ No suitable withdraw addresses
+
+ )}
{withdrawAmounts.map(({ currency, amount, locationKey }) => {
const address = withdrawAddressesByDomain[locationKey][0]
return (