client/src/components/NotesList.js
changeset 148 fcce52a159bc
parent 146 4f4bb2b3ef39
child 150 97536386b397
--- 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,
     };
   }