Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 626 Rev 628
Línea 154... Línea 154...
154
                    action: toggleConfirmModal,
154
                    action: toggleConfirmModal,
155
                  },
155
                  },
156
                ]}
156
                ]}
157
              />
157
              />
158
            </div>
158
            </div>
159
            <ul>
-
 
-
 
159
           
160
              {notifications.length ? (
160
              {notifications.length ? (
161
                [...notifications].reverse().map((notification, index) => (
161
                [...notifications].reverse().map((notification, index) => (
162
                  <li key={index}>
162
                  <div key={index}>
163
                    <NotificationsPage.Item
163
                    <NotificationsPage.Item
164
                      onDelete={deleteNotification}
164
                      onDelete={deleteNotification}
165
                      {...notification}
165
                      {...notification}
166
                    />
166
                    />
167
                  </li>
167
                  </div>
168
                ))
168
                ))
169
              ) : (
169
              ) : (
170
                <EmptySection message="No hay notificaciones" align="center" />
170
                <EmptySection message="No hay notificaciones" align="center" />
171
              )}
171
              )}
172
            </ul>
-
 
-
 
172
          
173
          </Col>
173
          </Col>
174
        </Row>
174
        </Row>
175
      </Container>
175
      </Container>
176
      <ConfirmModal
176
      <ConfirmModal
177
        show={confirmModalShow}
177
        show={confirmModalShow}