Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4741 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4741 Rev 4742
Línea 12... Línea 12...
12
                            <HeaderOptions
12
                            <HeaderOptions
13
                                key={index}
13
                                key={index}
14
                                Icon={icons[index]}
14
                                Icon={icons[index]}
15
                                title={item.label}
15
                                title={item.label}
16
                                url={item.href}
16
                                url={item.href}
-
 
17
                                childs={item.childs}
17
                                isMobile={true}
18
                                isMobile={true}
18
                            />
19
                            />
19
                        )
20
                        )
20
                    })}
21
                    })}