Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4239 Rev 4240
Línea 79... Línea 79...
79
          fetchCallback={fetchCompanies}
79
          fetchCallback={fetchCompanies}
80
        />
80
        />
81
        <div
81
        <div
82
          className="companies-list"
82
          className="companies-list"
83
          id="profiles-container"
83
          id="profiles-container"
84
          style={{
-
 
85
            position: "relative",
84
          style={{ position: "relative", }}
86
          }}
-
 
87
        >
85
        >
88
          {
86
          {
89
            companies.length
87
            companies.length
90
              ?
88
              ?
91
              companies.map(({ image, name, link_view, link_reject, link_accept }, id) => (
89
              companies.map(({ image, name, link_view, link_reject, link_accept }, id) => (
Línea 100... Línea 98...
100
                  btnAcceptTitle='Ver Empresa'
98
                  btnAcceptTitle='Ver Empresa'
101
                />
99
                />
102
              ))
100
              ))
103
              :
101
              :
104
              <div style={{ margin: "auto", textAlign: "center" }}>
102
              <div style={{ margin: "auto", textAlign: "center" }}>
105
                Ningún registro coincidio con su consulta
103
                {LABELS.not_found}
106
              </div>
104
              </div>
107
          }
105
          }
108
          {
106
          {
109
            loading
107
            loading
110
            &&
108
            &&