Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5373 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5373 Rev 5562
Línea 12... Línea 12...
12
  follower = '',
12
  follower = '',
13
  facebook = '',
13
  facebook = '',
14
  twitter = '',
14
  twitter = '',
15
  instagram = '',
15
  instagram = '',
16
  imageProfileCover = '',
16
  imageProfileCover = '',
17
  profileType = ''
17
  profileType = '',
18
}) => {
18
}) => {
19
  let status
19
  let status
20
  switch (profileType) {
20
  switch (profileType) {
21
    case profileTypes.USER:
21
    case profileTypes.USER:
22
      status = (
22
      status = (
Línea 47... Línea 47...
47
      status = <ul className="flw-status">Sin Estado</ul>
47
      status = <ul className="flw-status">Sin Estado</ul>
48
      break
48
      break
49
  }
49
  }
Línea 50... Línea 50...
50
 
50
 
51
  return (
51
  return (
52
    <div className="user_profile">
52
    <div className="profile-info">
53
      <ProfileImg
53
      <ProfileImg
54
        entityId={entityId}
54
        entityId={entityId}
55
        profileId={profileId}
55
        profileId={profileId}
56
        image={image}
56
        image={image}