From edda3a4d232ce63730ede2fbfc48efba7a882fed Mon Sep 17 00:00:00 2001 From: Georges Indrianjafy Date: Tue, 30 Jan 2018 11:45:47 +0200 Subject: [PATCH] chore: cleanup --- browser/main/NoteList/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 5c172e0b..bd7cf5b5 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -567,6 +567,7 @@ class NoteList extends React.Component { content: firstNote.content }) .then((note) => { + dispatch({ type: 'UPDATE_NOTE', note: note