Skip to content

Commit

Permalink
fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jul 29, 2022
1 parent cc299c1 commit 3b30282
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ui/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ const TopDropdownMenu = ({
aria-label="dropdown"
closeOnChange={false}
closeOnBlur={false}
onClose={(e, data) => console.log('on close', data)}
onChange={(e, data) => console.log('onchange', data)}
onClick={(e, data) => console.log('on click', data)}
>
<Dropdown.Menu role="group">{children}</Dropdown.Menu>
</Dropdown>
Expand Down

0 comments on commit 3b30282

Please sign in to comment.