diff --git a/src/components/SearchModal/CurrencyList/index.tsx b/src/components/SearchModal/CurrencyList/index.tsx index 6c64a926..37cce73c 100644 --- a/src/components/SearchModal/CurrencyList/index.tsx +++ b/src/components/SearchModal/CurrencyList/index.tsx @@ -173,7 +173,7 @@ export function CurrencyRow({ {showCurrencyAmount ? ( - {} {/* Usando o saldo diretamente */} + {} {isSelected && } ) : (