Commit c68624e0 authored by cartcrom's avatar cartcrom Committed by GitHub

fix: swap input size difference (#5351)

removed redudant check that broke input box height
parent 0fa1c5e6
......@@ -302,7 +302,7 @@ export default function SwapCurrencyInputPanel({
</Aligner>
</CurrencySelect>
</InputRow>
{!hideInput && !hideBalance && currency && (
{Boolean(!hideInput && !hideBalance) && (
<FiatRow>
<RowBetween>
<LoadingOpacityContainer $loading={loading}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment