From 68e36d2a6dde5dab8e4f933d03ad4d45b3af7d6e Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Fri, 16 Jun 2017 21:17:39 +0900 Subject: [PATCH] Fix some pointed by lint --- browser/main/NoteList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index d703e1f3..55ce4980 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -377,7 +377,7 @@ class NoteList extends React.Component { const options = { filters: [ - { name: 'Documents', extensions: ['md', 'txt']} + { name: 'Documents', extensions: ['md', 'txt'] } ], properties: ['openFile', 'multiSelections'] }