Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 7, 2023
1 parent d047a19 commit 3e48418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/provider/use-metamask.ts
Expand Up @@ -4,8 +4,8 @@ import { getWeb3Provider } from '../helpers';
import { Maybe } from '@metamask/providers/dist/utils';

export const useMetamask = ({
disabled,
}: {
disabled,
}: {
disabled?: boolean;
}): { connectMetamask: () => void } => {
const [connectedAccounts, setConnectedAccounts] = useState<string[]>([]);
Expand Down

0 comments on commit 3e48418

Please sign in to comment.