From 551d526d96b83122ba2ec739ac18a2e43c71394a Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 29 May 2025 21:15:04 +0530 Subject: fix: fixed the typecheck error --- frontend/src/components/ui/navigation-menu.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontend/src/components/ui/navigation-menu.tsx') diff --git a/frontend/src/components/ui/navigation-menu.tsx b/frontend/src/components/ui/navigation-menu.tsx index 65b5803..f73518a 100644 --- a/frontend/src/components/ui/navigation-menu.tsx +++ b/frontend/src/components/ui/navigation-menu.tsx @@ -69,14 +69,10 @@ function NavigationMenuTrigger({ children, ...props }: React.ComponentProps) { - const [isHovered, setIsHovered] = React.useState(false) - return ( setIsHovered(true)} - onMouseLeave={() => setIsHovered(false)} style={{ WebkitTapHighlightColor: 'transparent', touchAction: 'manipulation', -- cgit v1.2.3-59-g8ed1b