Skip to content

Commit

Permalink
removed unwanted console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav1030 committed Oct 7, 2023
1 parent 3fc4091 commit e8d0cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/SideNavbar/SideNavbarCategoryList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const SideNavbarCategoryList: FC<{
const [category, setCategory] = useState<string | undefined>('')
const listRef = useRef<HTMLUListElement | null>(null)

useOnClickOutside(listRef, () => console.log('Clicked Outside'))

useEffect(() => {
const cat: string | undefined = router.query.category as string | undefined
Expand Down

0 comments on commit e8d0cb0

Please sign in to comment.