From 4cb7e63421cab6fc3d2c5ddd6c2873e6f7005553 Mon Sep 17 00:00:00 2001 From: Georges Indrianjafy Date: Mon, 29 Jan 2018 09:25:01 +0200 Subject: [PATCH] chore: clean up --- 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 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} }) }) }