diff -r 877d8796b86d -r dab2a16500e0 client/src/components/Note.js --- a/client/src/components/Note.js Thu Jun 01 18:46:34 2017 +0200 +++ b/client/src/components/Note.js Thu Jun 01 19:01:03 2017 +0200 @@ -3,8 +3,9 @@ const Note = ({note}) => { return ( -
-
{note.startedAt} ⇒ {note.finishedAt}
+
+ {note.startedAt} + {note.finishedAt}
);