Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 400 | Rev 442 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 400 Rev 401
Línea 7... Línea 7...
7
    const { section, backendVars, handleAnswer, page, setPage, total, index  } = props;
7
    const { section, backendVars, handleAnswer, page, setPage, total, index  } = props;
Línea 8... Línea 8...
8
 
8
 
9
    //init states 
9
    //init states 
Línea 10... Línea -...
10
    const [errors, setErrors] = useState([]);
-
 
11
 
-
 
12
    console.log(index)
10
    const [errors, setErrors] = useState([]);
13
 
11
 
14
    /**
12
    /**
15
     * Check if there are questions to answer
13
     * Check if there are questions to answer
16
     * @returns 
14
     * @returns