diff -r a2e61192db50 -r fcce52a159bc client/src/components/NotesList.js --- a/client/src/components/NotesList.js Mon Aug 27 19:53:40 2018 +0200 +++ b/client/src/components/NotesList.js Tue Aug 28 16:57:31 2018 +0200 @@ -8,9 +8,9 @@ constructor(props) { super(props); this.state = { - editingNote: null, - noteToDelete: null, - modalIsOpen: false, + editingNote: null, + noteToDelete: null, + modalIsOpen: false, }; }