diff --git a/www/components/itinerum_tutorial/Tutorial.jsx b/www/components/itinerum_tutorial/Tutorial.jsx index f4e6fc54f..ab5f61987 100644 --- a/www/components/itinerum_tutorial/Tutorial.jsx +++ b/www/components/itinerum_tutorial/Tutorial.jsx @@ -3,16 +3,14 @@ */ class TutorialComponent extends React.Component { propTypes: { - isValid: React.PropTypes.bool, - schema: React.PropTypes.object, - result: React.PropTypes.object + surveyState: React.PropTypes.object, } render() { return(
- This is the first name -> {this.props.schema.fname} - This is the last name -> {this.props.schema.lname} + This is the first name -> {this.props.surveyState.schema.fname} + This is the last name -> {this.props.surveyState.schema.lname}
{/* bootstrap grid as margin */} diff --git a/www/templates/intro/survey.html b/www/templates/intro/survey.html index 046f7d736..4522607be 100644 --- a/www/templates/intro/survey.html +++ b/www/templates/intro/survey.html @@ -1,5 +1,5 @@ - +