Skip to content

Commit 70f21cd

Browse files
committed
chore: remove unused variable
1 parent caec50d commit 70f21cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/components/welcome.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ const Welcome = () => {
3636

3737
const { address } = useAccount()
3838
const { accountAddress } = useSpherreAccount()
39-
const { isAuthenticated, hasAccount, accounts, isAuthenticating, authError } =
40-
useAuth()
39+
const { isAuthenticated, hasAccount, isAuthenticating, authError } = useAuth()
4140

4241
useEffect(() => {
4342
const handleClickOutside = (event: MouseEvent) => {

0 commit comments

Comments
 (0)