Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2540 Rev 2541
Línea 10... Línea 10...
10
        click(element)
10
        click(element)
11
    }
11
    }
Línea 12... Línea 12...
12
 
12
 
Línea -... Línea 13...
-
 
13
    const getLastMessage = () => {
-
 
14
 
13
    const getLastMessage = () => {
15
        filtredConversations.forEach(option => console.log(option))
14
 
-
 
Línea 15... Línea 16...
15
        const nullTimeOptions = filtredConversations.filter(option => !option.time)
16
        
Línea 16... Línea 17...
16
        const numberTimeOptions = filtredConversations.filter(option => option.time.split(' ').length > 1)
17
        const nullTimeOptions = filtredConversations.filter(option => !option.time)