diff --git a/src/custom/components/SearchModal/CurrencyList/CurrencyListMod.tsx b/src/custom/components/SearchModal/CurrencyList/CurrencyListMod.tsx index fedaf85b9..03f6bed08 100644 --- a/src/custom/components/SearchModal/CurrencyList/CurrencyListMod.tsx +++ b/src/custom/components/SearchModal/CurrencyList/CurrencyListMod.tsx @@ -138,7 +138,7 @@ function CurrencyRow({ return ( (isSelected ? null : onSelect())} disabled={isSelected} selected={otherSelected} diff --git a/src/custom/components/SearchModal/CurrencyList/index.tsx b/src/custom/components/SearchModal/CurrencyList/index.tsx index 79f1470eb..96b0e5dc3 100644 --- a/src/custom/components/SearchModal/CurrencyList/index.tsx +++ b/src/custom/components/SearchModal/CurrencyList/index.tsx @@ -136,7 +136,7 @@ export default function CurrencyList( ): ReturnType { const [params] = paramsList return ( - + )