Skip to content

Commit

Permalink
Remove expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianUribe6 committed May 5, 2024
1 parent 76a4525 commit 3be634a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/front-end/src/components/Sidebar/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ function Link({
const isActive = usePathname() === snap.href;

return (
/* @ts-expect-error Next.js links also have a "as" prop */
<Typography
as={NextLink}
variant="body1"
Expand Down

0 comments on commit 3be634a

Please sign in to comment.