client/src/components/Register.js
changeset 129 d48946d164c6
parent 94 2c2a9c8dc216
child 143 cfcbf4bc66f1
equal deleted inserted replaced
128:34a75bd8d0b9 129:d48946d164c6
    86   }
    86   }
    87 }
    87 }
    88 
    88 
    89 function mapStateToProps(state, props) {
    89 function mapStateToProps(state, props) {
    90   return {
    90   return {
    91     register: state['register']
    91     register: state.get('register')
    92   };
    92   };
    93 }
    93 }
    94 
    94 
    95 function mapDispatchToProps(dispatch) {
    95 function mapDispatchToProps(dispatch) {
    96   return {
    96   return {