Skip to content

Commit

Permalink
fix(Header.tsx): unused '@ts-expect-error' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
0l1v3rr committed Jun 9, 2023
1 parent 3dfaeb4 commit 1012a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import RepositoryLink from "@/components/ui/RepositoryLink";
const Header = () => {
return (
<div className="flex flex-col gap-3">
{/* @ts-expect-error */}
<RepositoryLink user="0l1v3rr" repository="github-readme-tech-stack" />

<div className="border-t border-gh-border pt-2">
Expand Down

0 comments on commit 1012a26

Please sign in to comment.