Skip to content

Commit

Permalink
fix: recompute callback
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Jan 18, 2024
1 parent bf04c9f commit 28b776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/SignInPage/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SignInPage = (props: Props) => {
)}`
)
}
}, [])
}, [isConnected, isConnecting])

return (
<>
Expand Down

0 comments on commit 28b776e

Please sign in to comment.