Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 974 Rev 979
Línea 5... Línea 5...
5
 
5
 
6
import TagsList from '../UI/TagsList'
6
import TagsList from '../UI/TagsList'
7
import StyledContainer from '../widgets/WidgetLayout'
7
import StyledContainer from '../widgets/WidgetLayout'
Línea 8... Línea 8...
8
import Paraphrase from '../UI/Paraphrase'
8
import Paraphrase from '../UI/Paraphrase'
-
 
9
 
9
 
10
const SearchItem = ({ entity = {} }) => {
10
const SearchItem = ({
11
  const {
11
  name,
12
    name,
12
  industry,
13
    industry,
13
  description,
14
    description,
14
  skills,
15
    skills,
15
  common_connection,
16
    common_connection,
16
  views,
17
    views,
17
  image,
18
    image,
18
  company_name,
19
    company_name,
19
  title,
20
    title,
20
  url,
21
    url,
21
  followers,
22
    followers,
22
  company_size,
23
    company_size,
-
 
24
    view_common_connection
23
  view_common_connection
25
  } = entity
24
}) => {
26
 
25
  const userSkills = useMemo(() => {
27
  const userSkills = useMemo(() => {
26
    if (!skills) {
28
    if (!skills) {