From 46396e73c90d45ac243625e894ca5249ba10c511 Mon Sep 17 00:00:00 2001 From: yoelmarain Date: Tue, 15 Oct 2024 00:42:18 -0300 Subject: [PATCH] Refactor Listado component to remove console logs --- .../components/Pages/Estadisticas/SubPages/Cuotas/Listado.tsx | 3 --- .../src/components/Pages/Estadisticas/SubPages/Pagos/Pagos.tsx | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/FrontAdmin/src/components/Pages/Estadisticas/SubPages/Cuotas/Listado.tsx b/FrontAdmin/src/components/Pages/Estadisticas/SubPages/Cuotas/Listado.tsx index bb4a24a..f479c84 100644 --- a/FrontAdmin/src/components/Pages/Estadisticas/SubPages/Cuotas/Listado.tsx +++ b/FrontAdmin/src/components/Pages/Estadisticas/SubPages/Cuotas/Listado.tsx @@ -87,9 +87,6 @@ export default function Listado() { setFilter(event.target.value); }; - console.log(abonaron); - console.log(noAbonaron); - return ( - {loading === true ? : + {loading === true ? : data && ( <>