From 70a6a3acb8b57171113bff308336311209953178 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Mon, 14 Aug 2017 10:11:04 +0900 Subject: [PATCH] Remove unused variable --- browser/main/NewNoteButton/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/NewNoteButton/index.js b/browser/main/NewNoteButton/index.js index 5dd7eb20..aedcba21 100644 --- a/browser/main/NewNoteButton/index.js +++ b/browser/main/NewNoteButton/index.js @@ -68,7 +68,7 @@ class NewNoteButton extends React.Component { } render () { - const { config, style, data } = this.props + const { config, style } = this.props return (