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 f05dd22 commit f6c60c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/provider/use-metamask.ts
Expand Up @@ -8,8 +8,7 @@ export const useMetamask = ({
}: {
disable?: boolean;
}): { connect: () => void } => {
const { setProvider, setMissingProvider, handleLogout } =
useMasa();
const { setProvider, setMissingProvider, handleLogout } = useMasa();

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

0 comments on commit f6c60c1

Please sign in to comment.