Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5037 Rev 5039
Línea 178... Línea 178...
178
    emojione.sprites = false
178
    emojione.sprites = false
179
    emojione.ascii = true
179
    emojione.ascii = true
180
    emojione.imagePathPNG = props.emojiOnePath
180
    emojione.imagePathPNG = props.emojiOnePath
181
  }, [])
181
  }, [])
Línea 182... Línea 182...
182
 
182
 
Línea 183... Línea 183...
183
  const FilterContactList = contactsFilters(ContactsList, contacts)
183
  const FilterContactList = contactsFilters(ContactsList, contacts, { selectConversation: handleOpenConversation })
Línea 184... Línea 184...
184
 
184
 
185
  if (window.innerWidth < 1000 || window.location.pathname === '/chat') return null
185
  if (window.innerWidth < 1000 || window.location.pathname === '/chat') return null