disable margin in sell token list for trigger orders

This commit is contained in:
saml33 2023-08-24 08:44:16 +10:00
parent 2ee1060882
commit a86f6dd94a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ const SwapForm = () => {
: handleTokenOutSelect
}
type={showTokenSelect}
useMargin={useMargin}
useMargin={swapOrLimit === 'swap' ? useMargin : false}
/>
</EnterBottomExitBottom>
<EnterBottomExitBottom