From c68624e0486f9488db36e7400f72fde9ab6fb462 Mon Sep 17 00:00:00 2001 From: cartcrom <39385577+cartcrom@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:04:42 -0500 Subject: [PATCH] fix: swap input size difference (#5351) removed redudant check that broke input box height --- src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx b/src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx index 8840b1320f..14378eb64d 100644 --- a/src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx +++ b/src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx @@ -302,7 +302,7 @@ export default function SwapCurrencyInputPanel({ - {!hideInput && !hideBalance && currency && ( + {Boolean(!hideInput && !hideBalance) && (