Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Mar 14, 2024
1 parent b898212 commit f8d5405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/atoms/MenuList/DropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export function DropdownMenu(props: DropdownMenuProps): JSX.Element {
const dropDownMenuWrapperRef = useOnClickOutside<HTMLDivElement>({
onClickOutside: () => {
setShowDropdownMenu(false)
console.log('DROPDOWN CLICKED')
},
})

Expand Down

0 comments on commit f8d5405

Please sign in to comment.