| changeset 129 | d48946d164c6 |
| parent 108 | 732adc46c8b8 |
| child 132 | 906a6c7c7943 |
--- a/client/src/components/SessionForm.js Tue Jul 25 19:11:26 2017 +0200 +++ b/client/src/components/SessionForm.js Fri Jul 28 19:40:35 2017 +0200 @@ -155,8 +155,8 @@ return { currentSession: props.session, - createGroup: state.createGroup, - groups: state.groups, + createGroup: state.get('createGroup'), + groups: state.get('groups'), group }; }