--- a/client/src/components/Settings.js Tue Jun 20 19:04:42 2017 +0200
+++ b/client/src/components/Settings.js Tue Jun 20 19:05:01 2017 +0200
@@ -58,7 +58,7 @@
function mapStateToProps(state, props) {
return {
- currentUser: state.get('currentUser'),
+ currentUser: state['currentUser'],
};
}