Fixed state variable name (#25535)

This commit is contained in:
Chirag Swadia
2018-12-05 15:30:56 +01:00
committed by Aditya
parent bb76c21694
commit 02b8a2187e

View File

@ -111,7 +111,7 @@ class App extends Component{
*/
const mapStateToProps=state=>{
return {
ArrayValue:state.example.exapleArray,
ArrayValue:state.example.exampleArray,
StringMessage:state.example.exampleString,
bookApploggedIn:state.example.exampleBool,
ObjectValue:state.example.exampleObject