Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3719 Rev 3741
Línea 6... Línea 6...
6
 
6
 
7
import { Card, CardContent, CardHeader } from '../card';
7
import { Card, CardContent, CardHeader } from '../card';
Línea 8... Línea 8...
8
import { Menu } from '../menu';
8
import { Menu } from '../menu';
9
 
9
 
10
export function CommentItem({
10
export function CommentItem({
11
  comment: { image, fullname, date = '2023-02-04T20:15:12', comment: content },
11
  comment: { image, fullname, date = '', comment: content },
12
  onDelete,
12
  onDelete,
13
  onReport
13
  onReport
14
}) {
14
}) {