diff -r e67cd18cc594 -r 877d8796b86d client/src/store/noteRecord.js --- a/client/src/store/noteRecord.js Thu Jun 01 17:32:07 2017 +0200 +++ b/client/src/store/noteRecord.js Thu Jun 01 18:46:34 2017 +0200 @@ -3,8 +3,11 @@ export default Immutable.Record({ id: '', session: '', + plain: '', raw: {}, + html: '', + startedAt: '', finishedAt: '', });