Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3642 Rev 3714
Línea 24... Línea 24...
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" style={{ maxHeight: '450px', marginTop: '0' }}>
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>Mis grupos:</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>