Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2934 Rev 2935
Línea 22... Línea 22...
22
  }
22
  }
Línea 23... Línea 23...
23
 
23
 
24
  return (
24
  return (
25
    <ProfileCardsGrid>
25
    <ProfileCardsGrid>
26
      {profiles.map(({ id, ...rest }) => (
26
      {profiles.map(({ id, ...rest }) => (
27
        <ProfileItem key={id} {...rest} isTopData fetchCallback={onComplete} />
27
        <ProfileItem key={id} {...rest} fetchCallback={onComplete} />
28
      ))}
28
      ))}
29
    </ProfileCardsGrid>
29
    </ProfileCardsGrid>
30
  )
30
  )