Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6477 Rev 6478
Línea 91... Línea 91...
91
    if (window.innerWidth < 992) {
91
    if (window.innerWidth < 992) {
92
      setShowMobileSearch(true)
92
      setShowMobileSearch(true)
93
    }
93
    }
94
  }
94
  }
Línea -... Línea 95...
-
 
95
 
-
 
96
  const getKnowledgeRoutes = () => {
-
 
97
    const childs = []
-
 
98
    if (linkKnowledgeArea) {
-
 
99
      childs.push({
-
 
100
        label: 'Área de conocimiento',
-
 
101
        href: routeKnowledgeArea,
-
 
102
      })
-
 
103
    }
-
 
104
    return childs
-
 
105
  }
95
 
106
 
96
  useEffect(() => {
107
  useEffect(() => {
97
    let timer
108
    let timer
98
    if (!loading) {
109
    if (!loading) {
99
      timer = setTimeout(() => {
110
      timer = setTimeout(() => {
Línea 177... Línea 188...
177
                })}
188
                })}
178
                <HeaderOptions
189
                <HeaderOptions
179
                  Icon={SchoolIcon}
190
                  Icon={SchoolIcon}
180
                  title="Conocimiento"
191
                  title="Conocimiento"
181
                  url={routeKnowledgeArea}
192
                  url={routeKnowledgeArea}
182
                  childs={() => {
-
 
183
                    const childs = []
-
 
184
                    if (linkKnowledgeArea) {
193
                  childs={getKnowledgeRoutes()}
185
                      childs.push({
-
 
186
                        label: 'Área de conocimiento',
-
 
187
                        href: routeKnowledgeArea,
-
 
188
                      })
-
 
189
                    }
-
 
190
                    return childs
-
 
191
                  }}
-
 
192
                />
194
                />
193
                <HeaderOptions
195
                <HeaderOptions
194
                  Icon={ChatIcon}
196
                  Icon={ChatIcon}
195
                  title="Comunicación"
197
                  title="Comunicación"
196
                  childs={[
198
                  childs={[