diff --git a/components/SideNavbar/SideNavbarCategoryList.tsx b/components/SideNavbar/SideNavbarCategoryList.tsx index 976f98886..f44b778c3 100644 --- a/components/SideNavbar/SideNavbarCategoryList.tsx +++ b/components/SideNavbar/SideNavbarCategoryList.tsx @@ -13,7 +13,6 @@ export const SideNavbarCategoryList: FC<{ const [category, setCategory] = useState('') const listRef = useRef(null) - useOnClickOutside(listRef, () => console.log('Clicked Outside')) useEffect(() => { const cat: string | undefined = router.query.category as string | undefined