Skip to content

Commit

Permalink
added last code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubelux committed Oct 18, 2023
1 parent e19236c commit 42828ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Layout/Header/AccountButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ const AccountButton = ({ active, ...props }: SimpleComponentProps & { active: bo
}
}, [loggedInUser])

useEffect(() => {}, [ready, authenticated, wallets])

const onClick = () => {
setLoading(true)
login()
Expand Down

0 comments on commit 42828ad

Please sign in to comment.