From 169e30e0291a1888a49a6e194a5279b25bc84575 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Mon, 14 Aug 2017 09:37:54 +0900 Subject: [PATCH] Fix by lint --- browser/main/NewNoteButton/index.js | 1 - 1 file changed, 1 deletion(-) 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 () {