Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2476 Rev 2478
Línea 25... Línea 25...
25
  }, []);
25
  }, []);
Línea 26... Línea 26...
26
 
26
 
27
  return (
27
  return (
28
    <section className="notifications-page">
28
    <section className="notifications-page">
29
      <div className="card notifications-grid">
29
      <div className="card notifications-grid">
30
        <div className='main-left-sidebar'>
30
        <div className='main-left-sidebar' style={{ marginTop: '1.25rem' }}>
31
          <ProfileInfo
31
          <ProfileInfo
32
            image={image}
32
            image={image}
33
            fullName={fullName}
33
            fullName={fullName}
34
            description={description}
34
            description={description}
Línea 50... Línea 50...
50
              <ul>
50
              <ul>
51
                {
51
                {
52
                  notifications.length
52
                  notifications.length
53
                    ? notifications.map((element, i) => (
53
                    ? notifications.map((element, i) => (
54
                      <li key={i}>
54
                      <li key={i}>
55
                        <div className="d-flex justify-content-between align-items-center notification-item">
55
                        <div className="notification-item">
56
                          <a href={element.link}>
56
                          <a href={element.link}>
57
                            {element.message}
57
                            {element.message}
58
                          </a>
58
                          </a>
59
                          <span>
59
                          <span>
60
                            {element.time_elapsed}
60
                            {element.time_elapsed}