diff -r e67cd18cc594 -r 877d8796b86d client/src/components/Note.js --- a/client/src/components/Note.js Thu Jun 01 17:32:07 2017 +0200 +++ b/client/src/components/Note.js Thu Jun 01 18:46:34 2017 +0200 @@ -4,7 +4,8 @@ const Note = ({note}) => { return (
- {note.startedAt} ⇒ {note.finishedAt} {note.plain} +
{note.startedAt} ⇒ {note.finishedAt}
+
); };