fix_two_borrows

This commit is contained in:
Finn 2024-02-28 09:52:13 +00:00
parent 31b6b7bcad
commit e6fb06b4b2
1 changed files with 0 additions and 19 deletions

View File

@ -526,25 +526,6 @@ function StakeForm({ token: selectedToken }: StakeFormProps) {
%
</span>
</div>
<div className="flex justify-between">
<p className="text-th-fgd-4">{`${borrowBank.name} Borrowed`}</p>
<span
className={`font-bold ${
amountToBorrow > 0.001
? 'text-th-fgd-1'
: 'text-th-bkg-4'
}`}
>
<FormatNumericValue
value={amountToBorrow}
decimals={3}
/>
<span className="font-body text-th-fgd-4">
{' '}
{borrowBank.name}
</span>
</span>
</div>
<div className="flex justify-between">
<p className="text-th-fgd-4">{`Loan Origination Fee (${(borrowBank?.loanOriginationFeeRate.toNumber() * 100).toFixed(2)}%)`}</p>
<span