tidy: format

This commit is contained in:
Linkie Link 2023-11-14 11:52:31 +01:00
parent 0be6b2ff97
commit d18e2f9034
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -173,6 +173,7 @@ export default function SwapForm(props: Props) {
slippage, slippage,
swap, swap,
maxSellAmount, maxSellAmount,
isAutoRepayChecked,
]) ])
const debouncedUpdateAccount = useMemo( const debouncedUpdateAccount = useMemo(
@ -220,6 +221,7 @@ export default function SwapForm(props: Props) {
isBorrowEnabled, isBorrowEnabled,
isRepayable, isRepayable,
useMargin, useMargin,
useAutoRepay,
buyAsset.denom, buyAsset.denom,
sellAsset.denom, sellAsset.denom,
isAutoLendEnabled, isAutoLendEnabled,