Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Sep 12, 2023
1 parent 1390136 commit f700e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/AddressManagement/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const AddressManagement = () => {
)}
style={!isGroup ? style : undefined}
key={account.address}
onMouseOver={() => {
onMouseEnter={() => {
recordLatestAddress(`${account.type}-${account.address}`);
}}
>
Expand Down

0 comments on commit f700e33

Please sign in to comment.