Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2917 Rev 3185
Línea 43... Línea 43...
43
          <Typography variant='overline'>{time_elapsed}</Typography>
43
          <Typography variant='overline'>{time_elapsed}</Typography>
44
        </CommentInfo>
44
        </CommentInfo>
Línea 45... Línea 45...
45
 
45
 
46
        <Options>
46
        <Options>
47
          {link_delete ? (
47
          {link_delete ? (
48
            <Options.Item onClick={() => onReport(link_abuse_report)}>
48
            <Options.Item onClick={() => onDelete(comment)}>
49
              Borrar
49
              Borrar
50
            </Options.Item>
50
            </Options.Item>
51
          ) : null}
51
          ) : null}
52
          {link_abuse_report ? (
52
          {link_abuse_report ? (
53
            <Options.Item onClick={() => onDelete(comment)}>
53
            <Options.Item onClick={() => onReport(link_abuse_report)}>
54
              Reportar
54
              Reportar
55
            </Options.Item>
55
            </Options.Item>
56
          ) : null}
56
          ) : null}
57
        </Options>
57
        </Options>