client/src/components/NotesList.js
changeset 58 f16a080e0bc4
parent 29 4cfeabef7d5e
child 59 1eb52770eefa
--- a/client/src/components/NotesList.js	Mon Jun 19 18:32:27 2017 +0200
+++ b/client/src/components/NotesList.js	Mon Jun 19 21:37:33 2017 +0200
@@ -14,7 +14,6 @@
       <Alert bsStyle="warning">No notes yet. Add notes with the textarea below.</Alert>
     );
   }
-
   return (
     <div>
       {notes.map((note) =>