Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3627 Rev 3628
Línea 59... Línea 59...
59
      >
59
      >
60
        <MessagesList
60
        <MessagesList
61
          conversation={currentConversation}
61
          conversation={currentConversation}
62
          onClose={() => setCurrentConversation(null)}
62
          onClose={() => setCurrentConversation(null)}
63
          onDelete={() =>
63
          onDelete={() =>
64
            currentConversation?.delete_link && deleteConversation(currentConversation.delete_link)
64
            currentConversation?.delete_url && deleteConversation(currentConversation.delete_url)
65
          }
65
          }
66
        />
66
        />
67
      </Grid>
67
      </Grid>
68
    </Grid>
68
    </Grid>
69
  );
69
  );