--- 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: '',
});