--- 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) =>