diff -r 4a8bbd314a46 -r e67cd18cc594 client/src/store/noteRecord.js --- a/client/src/store/noteRecord.js Thu Jun 01 16:15:08 2017 +0200 +++ b/client/src/store/noteRecord.js Thu Jun 01 17:32:07 2017 +0200 @@ -4,5 +4,7 @@ id: '', session: '', plain: '', - raw: {} + raw: {}, + startedAt: '', + finishedAt: '', });