diff -r 34a75bd8d0b9 -r d48946d164c6 client/src/components/Settings.js --- 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']), }; }