Skip to content

Commit

Permalink
feat: Add address info to element
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Dec 2, 2024
1 parent 2723b11 commit 90a9399
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 90a9399

Please sign in to comment.