Skip to content

Commit

Permalink
Merge pull request #148 from bnb-chain/feat/address
Browse files Browse the repository at this point in the history
feat: Add address info to element
  • Loading branch information
wenty22 authored Dec 2, 2024
2 parents 97c656a + 90a9399 commit 72e037d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export function ChooseTokenModal(props: ChooseTokenModalProps) {
transform: 'translateY(-100%)',
},
}}
data-address={item.address?.toLowerCase()}
onClick={() => {
reportEvent({
id: 'select_bridge_tokenDropdown',
Expand Down

0 comments on commit 72e037d

Please sign in to comment.