Skip to content

Commit

Permalink
remove please connect modal
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Aug 30, 2023
1 parent f5cfe83 commit 8372f4c
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -67,14 +67,6 @@ export const Authenticate = ({
}
}, [needsWalletConnection, modal, openConnectModal]);

if (needsWalletConnection) {
return (
<Modal>
<ModalLoading titleText="Please connect your wallet" />
</Modal>
);
}

if (isAuthenticating) {
return (
<Modal>
Expand Down

0 comments on commit 8372f4c

Please sign in to comment.