Skip to content

Commit

Permalink
fix modules
Browse files Browse the repository at this point in the history
fix events
  • Loading branch information
H34D committed May 3, 2023
1 parent e1c5453 commit 6ae2810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/provider/masa-context-provider.tsx
Expand Up @@ -48,7 +48,6 @@ export const MasaContextProvider = ({
// masa-react branding
company,
// use no wallet
noWallet,
// signer used in masa instance
// signer,
// env used in masa instance
Expand Down Expand Up @@ -216,7 +215,6 @@ export const MasaContextProvider = ({
verbose,
useRainbowKitWalletConnect,
// wagmiSigner,
noWallet,
]
);

Expand Down
2 changes: 1 addition & 1 deletion src/provider/modules/modal/modal.ts
Expand Up @@ -59,7 +59,7 @@ export const useModal = (
useEffect(() => {
setModalSize(newSize);
return () => setModalSize(null);
}, []);
}, [newSize]);
};

const openMintSoulnameModal = useCallback(
Expand Down

0 comments on commit 6ae2810

Please sign in to comment.