Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3473 Rev 3475
Línea 14... Línea 14...
14
  zIndex: 1
14
  zIndex: 1
15
}));
15
}));
Línea 16... Línea 16...
16
 
16
 
17
export function KnowledgeCard({
17
export function KnowledgeCard({
-
 
18
  knowledge: { category, description, image, title },
18
  knowledge: { category, description, image, title },
19
  onClick,
19
  onEdit,
20
  onEdit,
20
  onDelete
21
  onDelete
21
}) {
22
}) {
22
  const labels = useSelector(({ intl }) => intl.labels);
23
  const labels = useSelector(({ intl }) => intl.labels);
Línea 38... Línea 39...
38
    handleClose();
39
    handleClose();
39
    onClick();
40
    onClick();
40
  };
41
  };
Línea 41... Línea 42...
41
 
42
 
42
  return (
43
  return (
43
    <Card>
44
    <Card onClick={onClick}>
44
      <OptionsButton onClick={handleClick}>
45
      <OptionsButton onClick={handleClick}>
45
        <MoreVert />
46
        <MoreVert />
46
      </OptionsButton>
47
      </OptionsButton>
47
      <Menu
48
      <Menu