Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6911 Rev 6915
Línea 16... Línea 16...
16
  }
16
  }
Línea 17... Línea 17...
17
 
17
 
18
  return (
18
  return (
19
    <Container>
19
    <Container>
20
      <Row>
20
      <Row>
21
        <Col md="4" hidden={!!selectedConversation}>
21
        <Col md="4">
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" hidden={!selectedConversation}>
27
        <Col md="8">
28
          {selectedConversation ? (
28
          {selectedConversation ? (
29
            <ChatBox entity={selectedConversation} />
29
            <ChatBox entity={selectedConversation} />
30
          ) : (
30
          ) : (
31
            <EmptySection
31
            <EmptySection