diff --git a/browser/main/NewNoteButton/index.js b/browser/main/NewNoteButton/index.js index d2269fa0..27f2039e 100644 --- a/browser/main/NewNoteButton/index.js +++ b/browser/main/NewNoteButton/index.js @@ -23,7 +23,6 @@ class NewNoteButton extends React.Component { this.newNoteHandler = () => { this.handleNewNoteButtonClick() } - } componentDidMount () {