Skip to content

Commit

Permalink
fix: tsignore entire file NavbarMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkenD committed Jul 7, 2024
1 parent 245818b commit cd77c04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/Menus/NavbarMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { useState } from "react";
import {
Button,
Expand Down Expand Up @@ -108,7 +109,6 @@ const NavbarMenu = () => {
alt=""
/>
</MenuButton>
{/* @ts-ignore: start */}
<AnimatePresence>
{open && (
<MenuItems
Expand Down Expand Up @@ -150,7 +150,6 @@ const NavbarMenu = () => {
</MenuItems>
)}
</AnimatePresence>
{/* @ts-ignore: end */}
</>
)}
</Menu>
Expand Down

0 comments on commit cd77c04

Please sign in to comment.