Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3535 Rev 3588
Línea 11... Línea 11...
11
  comment: { image, fullname, date = '2023-02-04T20:15:12', comment: content },
11
  comment: { image, fullname, date = '2023-02-04T20:15:12', comment: content },
12
  onDelete,
12
  onDelete,
13
  onReport
13
  onReport
14
}) {
14
}) {
15
  return (
15
  return (
16
    <Card sx={{ backgroundColor: colors.dark }}>
16
    <Card sx={{ backgroundColor: colors.background.secondary }}>
17
      <CardHeader
17
      <CardHeader
18
        avatar={image}
18
        avatar={image}
19
        title={fullname}
19
        title={fullname}
20
        subheader={formatDate(date)}
20
        subheader={formatDate(date)}
21
        renderAction={() => (
21
        renderAction={() => (