//**Step 10 */ function Questions({questions, onQuestionsChange, hasError}) { return( onQuestionsChange({...questions, contribute: ev.target.value})} error={hasError && minLenght(questions.contribute, 30)} helperText={hasError && minLenght(questions.contribute, 30) && "Campo requerido"} label="Con tus habilidades y aptitudes, ¿Qué puedes aportar a la sociedad cooperativista?" margin="normal" required /> onQuestionsChange({...questions, accomplishment: ev.target.value})} error={hasError && minLenght(questions.accomplishment, 30)} helperText={hasError && minLenght(questions.accomplishment, 30) && "Campo requerido"} label="¿Cuál es el mayor logro que has obtenido hasta el momento?" margin="normal" required /> onQuestionsChange({...questions, expectation: ev.target.value})} error={hasError && minLenght(questions.expectation, 30)} helperText={hasError && minLenght(questions.expectation, 30) && "Campo requerido"} label="¿Cuáles son tus expectativas con respecto a la sociedad cooperativa?" margin="normal" required /> ) }