diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index e12b5c75..21265763 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -669,7 +669,7 @@ class NoteList extends React.Component { } copyNoteLink (note) { - const noteLink = `[${note.title}](${note.storage}-${note.key})` + const noteLink = `[${note.title}](${note.key})` return copy(noteLink) }