Skip to content

Commit

Permalink
Merge pull request #306 from masa-finance/remove-please-connect-modal
Browse files Browse the repository at this point in the history
remove please connect modal
  • Loading branch information
aaronknott committed Aug 30, 2023
2 parents f5cfe83 + d881c05 commit 1a74b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@masa-finance/masa-react",
"version": "3.0.31",
"version": "3.0.32",
"license": "MIT",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
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 1a74b0c

Please sign in to comment.