diff --git a/index.html b/index.html
index ac341f3..191dc24 100644
--- a/index.html
+++ b/index.html
@@ -551,8 +551,8 @@
${interest * 100}% p.a
-
Loan to collateral ratio
-
${loan_collateral_ratio * 100}%
+
Collateral required
+
${parseFloat((1 / loan_collateral_ratio).toFixed(2))}x
Pre-liquidation threshold
@@ -1386,12 +1386,12 @@
`: ''}
${view === 'coBorrowed' && coBorrowed.length ? html`
- ${coBorrowed.map(loan => render.loanProcess(loan))}
+ ${coBorrowed.map(loan => render.loan(loan))}
`: html``}
${view === 'lent' && lent.length ? html`
- ${lent.map(loan => render.loanProcess(loan))}
+ ${lent.map(loan => render.loan(loan))}
`: html``}
${view === 'lend' ? html`