Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 15, 2023
1 parent eb8e3db commit 561bb37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/provider/use-metamask.ts
Expand Up @@ -8,7 +8,8 @@ export const useMetamask = ({
}: {
disable?: boolean;
}): { connect: () => void } => {
const { setProvider, setMissingProvider, handleLogout, walletAddress } = useMasa();
const { setProvider, setMissingProvider, handleLogout, walletAddress } =
useMasa();

const provider = useMemo(() => {
if (typeof window !== 'undefined') {
Expand Down

0 comments on commit 561bb37

Please sign in to comment.