Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6976 Rev 6977
Línea 82... Línea 82...
82
    <>
82
    <>
83
      <Container>
83
      <Container>
84
        <Row>
84
        <Row>
85
          <Col
85
          <Col
86
            md="4"
86
            md="4"
87
            className={currentConversation ? 'd-sm-none d-md-flex' : 'd-flex'}
87
            className={currentConversation ? 'd-none d-md-flex' : 'd-flex'}
88
          >
88
          >
89
            <Contacts>
89
            <Contacts>
90
              <Contacts.Header options={options.current}>
90
              <Contacts.Header options={options.current}>
91
                <h1>Inmail</h1>
91
                <h1>Inmail</h1>
92
              </Contacts.Header>
92
              </Contacts.Header>
Línea 107... Línea 107...
107
              />
107
              />
108
            </Contacts>
108
            </Contacts>
109
          </Col>
109
          </Col>
110
          <Col
110
          <Col
111
            md="8"
111
            md="8"
112
            className={currentConversation ? 'd-flex' : 'd-sm-none d-md-flex'}
112
            className={currentConversation ? 'd-flex' : 'd-none d-md-flex'}
113
          >
113
          >
114
            {currentConversation ? (
114
            {currentConversation ? (
115
              <InmailChat
115
              <InmailChat
116
                conversation={currentConversation}
116
                conversation={currentConversation}
117
                changeConversation={changeConversation}
117
                changeConversation={changeConversation}