Skip to content

Commit

Permalink
Removing unwanted commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoulloa committed Nov 15, 2024
1 parent 71ef917 commit 9de8666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchModal/CurrencyList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function CurrencyRow({
</AutoColumn>
{showCurrencyAmount ? (
<RowFixed style={{ justifySelf: 'flex-end' }}>
{<Balance balance={balance.toString() || '0'} />} {/* Usando o saldo diretamente */}
{<Balance balance={balance.toString() || '0'} />}
{isSelected && <CheckIcon />}
</RowFixed>
) : (
Expand Down

0 comments on commit 9de8666

Please sign in to comment.