diff --git a/src/custom/components/CurrencyInputPanel/CurrencyInputPanelMod.tsx b/src/custom/components/CurrencyInputPanel/CurrencyInputPanelMod.tsx index 576b4ec5d8..218490c383 100644 --- a/src/custom/components/CurrencyInputPanel/CurrencyInputPanelMod.tsx +++ b/src/custom/components/CurrencyInputPanel/CurrencyInputPanelMod.tsx @@ -498,7 +498,7 @@ export default function CurrencyInputPanel({ )} - {!hideInput && !hideBalance && currency && ( + {!hideInput && !hideBalance && currency !== undefined && ( {account ? (