client/src/components/NotesList.js
changeset 62 b2514a9bcd49
parent 59 1eb52770eefa
child 84 bf35a7737f94
--- a/client/src/components/NotesList.js	Tue Jun 20 12:11:57 2017 +0200
+++ b/client/src/components/NotesList.js	Tue Jun 20 14:13:15 2017 +0200
@@ -14,7 +14,6 @@
       <Alert bsStyle="warning">No notes yet. Add notes with the textarea below.</Alert>
     );
   }
-
   return (
     <div>
       {notes.map((note) =>