Skip to content

Commit

Permalink
Remove log and add cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 5, 2024
1 parent b9ec8f4 commit bac2502
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/profile-selector/MyAccountMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ export const AccountMenu: React.FunctionComponent<AddressProps> = ({ address, ow
}
}, [])

console.log(isOpenProfileModal)

return (
<span
onClick={() => {
Expand All @@ -100,7 +98,7 @@ export const AccountMenu: React.FunctionComponent<AddressProps> = ({ address, ow
)
setIsOpenProfileModal(true)
}}
className='DfCurrentAddress icon'
className='DfCurrentAddress icon CursorPointer'
>
<Avatar address={address} avatar={owner?.content?.image} asLink={false} size={30} noMargin />
<iframe
Expand Down

0 comments on commit bac2502

Please sign in to comment.