Skip to content

Commit

Permalink
fix: removing onClick prop
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Apr 23, 2020
1 parent 1e69547 commit 9524e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HamburgerMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const HamburgerMenu = ({ open }) => (
aria-label="Mobile Menu"
type="button"
className={cx('HamburgerMenu', { HamburgerMenu__open: open })}
onClick={onclick}
>
<div />
<div />
Expand Down

0 comments on commit 9524e8e

Please sign in to comment.