| changeset 129 | d48946d164c6 |
| parent 66 | f402435be429 |
| child 142 | 56850f5c73f6 |
--- a/client/src/components/Settings.js Tue Jul 25 19:11:26 2017 +0200 +++ b/client/src/components/Settings.js Fri Jul 28 19:40:35 2017 +0200 @@ -58,7 +58,7 @@ function mapStateToProps(state, props) { return { - currentUser: state['currentUser'], + currentUser: state.getIn(['authStatus', 'currentUser']), }; }