Skip to content

Commit

Permalink
fix tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed May 26, 2024
1 parent a5fea5a commit 0f91137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import Link, {LinkProps} from '@mui/material/Link';
import styled from '@emotion/styled'
import Button from "@mui/material/Button";
import useMetaMask from "../hooks/useMetamask.ts";
import Logo from '../assets/logo.svg?react'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
import Logo from "../assets/logo.svg?react"

const Header: React.FC = () => {
const {isConnected, connectMetaMask} = useMetaMask();
Expand Down

0 comments on commit 0f91137

Please sign in to comment.