Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed May 16, 2024
1 parent 422f395 commit d602883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/contexts/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function AuthContextProvider({ children }: { children: React.Reac
}

generateKeypair();
}, [address]);
}, [address, generateKeypair]);

const { data: isRegistered, refetch: refetchIsRegistered } = useScaffoldContractRead({
contractName: "MACIWrapper",
Expand Down

0 comments on commit d602883

Please sign in to comment.