Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 395 Rev 396
Línea 100... Línea 100...
100
    /**
100
    /**
101
     * componentDidMount
101
     * componentDidMount
102
     */
102
     */
103
    useEffect(() => {
103
    useEffect(() => {
Línea 104... Línea 104...
104
 
104
 
-
 
105
        if (test.content.length > 0) {
105
        if (test.content.length <= 0) {
106
            console(test.content[0].position);
106
            setPage(test.content[0].position);
107
            setPage(test.content[0].position);
Línea 107... Línea 108...
107
        }
108
        }
Línea 108... Línea 109...
108
 
109
 
109
    }, []);
110
    }, [action]);
110
 
111
 
111
    return (
112
    return (