Explorar el Código

excels button

MergeProblem1
Tommy\2Fi-Staff hace 13 horas
padre
commit
c58898e8bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/app/(main)/report/page.tsx

+ 1
- 1
src/app/(main)/report/page.tsx Ver fichero

@@ -504,7 +504,7 @@ export default function ReportPage() {
setLoading={setLoading}
reportTitle={currentReport.title}
/>
) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' || currentReport.id === 'rep-012' ? (
) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' || currentReport.id === 'rep-012' || currentReport.id === 'rep-004' || currentReport.id === 'rep-007' || currentReport.id === 'rep-008' || currentReport.id === 'rep-011' ? (
<>
<Button
variant="contained"


Cargando…
Cancelar
Guardar