remove borrow info from swap form

This commit is contained in:
tjs 2022-12-08 17:36:04 -05:00
parent 8a2cb80585
commit 0f40c967fe
1 changed files with 0 additions and 5 deletions

View File

@ -45,7 +45,6 @@ import SwapSlider from './SwapSlider'
import TokenVaultWarnings from '@components/shared/TokenVaultWarnings'
import MaxSwapAmount from './MaxSwapAmount'
import PercentageSelectButtons from './PercentageSelectButtons'
import BorrowInfo from './BorrowInfo'
import Tooltip from '@components/shared/Tooltip'
const MAX_DIGITS = 11
@ -450,10 +449,6 @@ const SwapForm = () => {
: '0.00%'}
</p>
</div>
<BorrowInfo
amount={parseFloat(amountInFormValue)}
useMargin={useMargin}
/>
</div>
</div>
</ContentBox>