From 4c2b233722a075fcbe488d34ab3bc12d92a5243e Mon Sep 17 00:00:00 2001 From: Georges Indrianjafy Date: Sat, 27 Jan 2018 17:45:50 +0200 Subject: [PATCH] fix: resolve ci issues --- 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 6f60d44b..1b33cb87 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -571,7 +571,7 @@ class NoteList extends React.Component { type: 'UPDATE_NOTE', note: note }) - let uniqueKey = note.storage + '-'+ note.key; + let uniqueKey = note.storage + '-' + note.key this.setState({ selectedNoteKeys: [uniqueKey]