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