diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 566cd013..4ac50991 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -581,7 +581,7 @@ class NoteList extends React.Component { hashHistory.push({ pathname: location.pathname, - query: {key: note.storage + '-' + note.key} + query: {key: uniqueKey} }) }) }