| changeset 66 | f402435be429 |
| parent 53 | d8588379529e |
| child 129 | d48946d164c6 |
| 65:14989b339e5d | 66:f402435be429 |
|---|---|
56 } |
56 } |
57 } |
57 } |
58 |
58 |
59 function mapStateToProps(state, props) { |
59 function mapStateToProps(state, props) { |
60 return { |
60 return { |
61 currentUser: state.get('currentUser'), |
61 currentUser: state['currentUser'], |
62 }; |
62 }; |
63 } |
63 } |
64 |
64 |
65 function mapDispatchToProps(dispatch) { |
65 function mapDispatchToProps(dispatch) { |
66 return { |
66 return { |