Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6476 Rev 6477
Línea 177... Línea 177...
177
                })}
177
                })}
178
                <HeaderOptions
178
                <HeaderOptions
179
                  Icon={SchoolIcon}
179
                  Icon={SchoolIcon}
180
                  title="Conocimiento"
180
                  title="Conocimiento"
181
                  url={routeKnowledgeArea}
181
                  url={routeKnowledgeArea}
182
                  childs={[].concat(
182
                  childs={() => {
183
                    () =>
183
                    const childs = []
184
                      linkKnowledgeArea && {
184
                    if (linkKnowledgeArea) {
-
 
185
                      childs.push({
185
                        label: 'Área de conocimiento',
186
                        label: 'Área de conocimiento',
186
                        href: routeKnowledgeArea,
187
                        href: routeKnowledgeArea,
187
                      }
188
                      })
-
 
189
                    }
-
 
190
                    return childs
188
                  )}
191
                  }}
189
                />
192
                />
190
                <HeaderOptions
193
                <HeaderOptions
191
                  Icon={ChatIcon}
194
                  Icon={ChatIcon}
192
                  title="Comunicación"
195
                  title="Comunicación"
193
                  childs={[
196
                  childs={[