client/src/components/Login.js
changeset 62 b2514a9bcd49
parent 44 3b20e2b584fe
child 89 06f609adfbf8
--- a/client/src/components/Login.js	Tue Jun 20 12:11:57 2017 +0200
+++ b/client/src/components/Login.js	Tue Jun 20 14:13:15 2017 +0200
@@ -52,8 +52,8 @@
 
 function mapStateToProps(state, props) {
   return {
-    currentUser: state.get('currentUser'),
-    login: state.get('login')
+    currentUser: state['currentUser'],
+    login: state['login']
   };
 }