Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1102 Rev 1158
Línea 104... Línea 104...
104
          style={{
104
          style={{
105
            padding: "0 15px",
105
            padding: "0 15px",
106
          }}
106
          }}
107
        >
107
        >
108
          <div className="row" id="profiles-container">
108
          <div className="row" id="profiles-container">
-
 
109
            {
109
            {invitations.length > 0 ? (
110
              invitations.length
-
 
111
                ?
110
              invitations.map((invitation, index) => (
112
                invitations.map((invitation, index) => (
111
                <RequestTemplate
113
                  <RequestTemplate
112
                  invitation={invitation}
114
                    invitation={invitation}
113
                  onResponse={handleResponse}
115
                    onResponse={handleResponse}
114
                  key={index}
116
                    key={index}
115
                />
117
                  />
116
              ))
118
                ))
117
            ) : (
119
                :
-
 
120
                <div style={{ margin: "auto", textAlign: "center" }}>
-
 
121
                  Ningún registro coincidio con su consulta
118
              <p>No hay resultados</p>
122
                </div>
119
            )}
123
            }
120
          </div>
124
          </div>
121
          {/* <!--product-feed-tab end--> */}
125
          {/* <!--product-feed-tab end--> */}
122
        </div>
126
        </div>
123
      </div>
127
      </div>
124
      {loading && (
128
      {loading && (