Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3714 Rev 3837
Línea 22... Línea 22...
22
    }
22
    }
23
    return infoFollows
23
    return infoFollows
24
  }
24
  }
Línea 25... Línea 25...
25
 
25
 
26
  return (
26
  return (
27
    <div className="right-sidebar peopleYouMayKnow" style={{ maxHeight: '450px', marginTop: '0' }}>
27
    <div className="right-sidebar peopleYouMayKnow">
28
      <div className="sd-title d-flex align-items-center justify-content-between">
28
      <div className="sd-title d-flex align-items-center justify-content-between">
29
        <h3>Quien ha visto este Perfil:</h3>
29
        <h3>Quien ha visto este Perfil:</h3>
30
        {peopleViewedProfile.length >= 5 &&
30
        {peopleViewedProfile.length >= 5 &&
31
          <span className="cursor-pointer" onClick={() => setLookMore(!lookMore)}>
31
          <span className="cursor-pointer" onClick={() => setLookMore(!lookMore)}>
32
            {lookMore ? 'Ver menos' : 'Ver mas'}
32
            {lookMore ? 'Ver menos' : 'Ver mas'}
33
          </span>
33
          </span>
34
        }
34
        }
35
      </div>
35
      </div>
36
      <div className="mb-2" style={{ height: "80%", overflowY: "auto" }}>
36
      <div className="suggest-list">
37
        {peopleViewedProfile.length
37
        {peopleViewedProfile.length
38
          ? getData().map(({ id, name, image, profile }) =>
38
          ? getData().map(({ id, name, image, profile }) =>
39
            <div className='user' key={id}>
39
            <div className='user' key={id}>
40
              <a
40
              <a