Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3638 Rev 3645
Línea 50... Línea 50...
50
      block: 'end'
50
      block: 'end'
51
    });
51
    });
52
  };
52
  };
Línea 53... Línea 53...
53
 
53
 
-
 
54
  const handleReport = (url) => {
54
  const handleReport = (url) => {
55
    setReportedUrl(url);
55
    showModal(
56
    showModal(
56
      'Reportar mensaje',
57
      'Reportar mensaje',
57
      <ReportModal onSubmit={(report) => executeReport(url, report)} />
58
      <ReportModal onSubmit={(report) => executeReport(url, report)} />
58
    );
59
    );