Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 401 Rev 442
Línea 6... Línea 6...
6
    // get props
6
    // get props
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 
-
 
10
    const [errors, setErrors] = useState([]);
Línea 10... Línea 11...
10
    const [errors, setErrors] = useState([]);
11
    
11
 
12
 
12
    /**
13
    /**
13
     * Check if there are questions to answer
14
     * Check if there are questions to answer