Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3619 Rev 3620
Línea 49... Línea 49...
49
    setCurrentConversation(conversation);
49
    setCurrentConversation(conversation);
50
  }, [uuid, conversations]);
50
  }, [uuid, conversations]);
Línea 51... Línea 51...
51
 
51
 
52
  useEffect(() => {
52
  useEffect(() => {
53
    execute(uuid ? `/email/${uuid}` : '/email');
53
    execute(uuid ? `/email/${uuid}` : '/email');
Línea 54... Línea 54...
54
  }, [uuid, execute]);
54
  }, [uuid]);
55
 
55
 
56
  return {
56
  return {
57
    conversations,
57
    conversations,