From f8e6a939cafc2ad224856a6fb7bd207b345331a4 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Sat, 23 Sep 2017 10:20:23 +0900 Subject: [PATCH] Fix comment --- 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 e885bf298..9f1c52aff 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -360,7 +360,7 @@ class NoteList extends React.Component { if (!location.pathname.match(/\/trashed/)) this.addNotes(filepaths) } - // Add notes in the current folder + // Add notes to the current folder addNotesFromFiles (filepaths) { const { dispatch, location } = this.props