fix: swap input size difference (#5351)
removed redudant check that broke input box height
This commit is contained in:
parent
0fa1c5e6ea
commit
c68624e048
@ -302,7 +302,7 @@ export default function SwapCurrencyInputPanel({
|
||||
</Aligner>
|
||||
</CurrencySelect>
|
||||
</InputRow>
|
||||
{!hideInput && !hideBalance && currency && (
|
||||
{Boolean(!hideInput && !hideBalance) && (
|
||||
<FiatRow>
|
||||
<RowBetween>
|
||||
<LoadingOpacityContainer $loading={loading}>
|
||||
|
Loading…
Reference in New Issue
Block a user