Skip to content

Commit

Permalink
remove chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jan 15, 2025
1 parent 319898c commit 3b8eb4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function BalancesContainer() {
selectedToken
? sanitizeTokenSymbol(selectedToken.symbol, {
chainId: networks.destinationChain.id,
erc20L1Address: selectedToken?.address
erc20L1Address: selectedToken.address
})
: undefined
}
Expand Down

0 comments on commit 3b8eb4a

Please sign in to comment.