Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6915 Rev 6920
Línea 22... Línea 22...
22
          <Contacts
22
          <Contacts
23
            selectedConversation={selectedConversation}
23
            selectedConversation={selectedConversation}
24
            changeConversation={changeConversation}
24
            changeConversation={changeConversation}
25
          />
25
          />
26
        </Col>
26
        </Col>
27
        <Col md="8">
27
        <Col md="8" className="d-flex">
28
          {selectedConversation ? (
28
          {selectedConversation ? (
29
            <ChatBox entity={selectedConversation} />
29
            <ChatBox entity={selectedConversation} />
30
          ) : (
30
          ) : (
31
            <EmptySection
31
            <EmptySection
32
              message={labels.select_conversation}
32
              message={labels.select_conversation}
33
              Icon={<QuestionAnswerRoundedIcon />}
33
              Icon={<QuestionAnswerRoundedIcon />}
-
 
34
              align="center"
34
            />
35
            />
35
          )}
36
          )}
36
        </Col>
37
        </Col>
37
      </Row>
38
      </Row>
38
    </Container>
39
    </Container>