Skip to content

Commit

Permalink
feat(mm-login): add projects box on new-reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricmagne committed Sep 19, 2024
1 parent 46c0afd commit c249a3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/ParserOpenRPC/AuthBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import clsx from "clsx";
import { trackClickForSegment } from "@site/src/lib/segmentAnalytics";
import { MetamaskProviderContext } from "@site/src/theme/Root";

interface AuthBoxProps {
handleConnect: () => void;
}

export const AuthBox = () => {
const { metaMaskConnectHandler } = useContext(MetamaskProviderContext);
const connectHandler = () => {
Expand Down

0 comments on commit c249a3d

Please sign in to comment.