diff -r 6fb4de54acea -r 48ddaa42b810 client/src/store/noteRecord.js --- a/client/src/store/noteRecord.js Wed May 31 17:28:12 2017 +0200 +++ b/client/src/store/noteRecord.js Wed May 31 17:51:54 2017 +0200 @@ -1,3 +1,7 @@ import Immutable from 'immutable'; -export default Immutable.Record({id:'', text: ''}); \ No newline at end of file +export default Immutable.Record({ + id: '', + text: '', + session: '' +});