Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3614 Rev 3615
Línea 44... Línea 44...
44
        md={8}
44
        md={8}
45
        sx={{
45
        sx={{
46
          display: { xs: currentConversation ? 'flex' : 'none', md: 'flex' }
46
          display: { xs: currentConversation ? 'flex' : 'none', md: 'flex' }
47
        }}
47
        }}
48
      >
48
      >
49
        <MessagesList
49
        {/* <MessagesList
50
          conversation={currentConversation}
50
          conversation={currentConversation}
51
          onClose={() => setCurrentConversation(null)}
51
          onClose={() => setCurrentConversation(null)}
52
          onDelete={() =>
52
          onDelete={() =>
53
            currentConversation?.delete_link && deleteConversation(currentConversation.delete_link)
53
            currentConversation?.delete_link && deleteConversation(currentConversation.delete_link)
54
          }
54
          }
55
        />
55
        /> */}
56
      </Grid>
56
      </Grid>
57
    </Grid>
57
    </Grid>
58
  );
58
  );
59
};
59
};