Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7234 Rev 7235
Línea 99... Línea 99...
99
  useEffect(() => {
99
  useEffect(() => {
100
    if (backendVars) {
100
    if (backendVars) {
101
      const newMenu = [...backendVars.menu]
101
      const newMenu = [...backendVars.menu]
102
      const comunications = newMenu[newMenu.length - 1]
102
      const comunications = newMenu[newMenu.length - 1]
Línea 103... Línea 103...
103
 
103
 
104
      comunications.childs.forEach.map((child) => {
104
      comunications.childs.forEach((child) => {
105
        if (child.label === 'Inmail') {
105
        if (child.label === 'Inmail') {
106
          child.count = messagesCount
106
          child.count = messagesCount
107
        }
107
        }
108
        if (child.label === 'Notificaciones') {
108
        if (child.label === 'Notificaciones') {