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]