Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1770 Rev 1772
Línea 87... Línea 87...
87
        }
87
        }
88
    }
88
    }
Línea 89... Línea 89...
89
 
89
 
90
    const handleInmailPerson = uuid => {
90
    const handleInmailPerson = uuid => {
91
        onClose()
91
        onClose()
92
        axios.get(uuid)
92
        axios.get(`/inmail/${uuid}`)
93
            .then(({ data }) => {
93
            .then(({ data }) => {
94
                if (data.success) {
94
                if (data.success) {
95
                    const newConversation = data.data.find(conversation => conversation.uuid === uuid)
95
                    const newConversation = data.data.find(conversation => conversation.uuid === uuid)
96
                    handleChangeConversation(newConversation)
96
                    handleChangeConversation(newConversation)