diff -r 877d8796b86d -r dab2a16500e0 client/src/components/NotesList.js --- a/client/src/components/NotesList.js Thu Jun 01 18:46:34 2017 +0200 +++ b/client/src/components/NotesList.js Thu Jun 01 19:01:03 2017 +0200 @@ -16,11 +16,11 @@ } return ( - +
{notes.map((note) => - + )} - +
); };