From 9de86666e7e0b5e306f77e1cc0b419e722711bd2 Mon Sep 17 00:00:00 2001 From: thiagoulloa Date: Thu, 14 Nov 2024 23:23:23 -0300 Subject: [PATCH] Removing unwanted commented code --- src/components/SearchModal/CurrencyList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && } ) : (