From c8ad7b4fa76ef55f1f6da340a6591123ba385fc0 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Wed, 1 Oct 2025 21:36:17 -0600 Subject: [PATCH] Liberacion de reportes --- src/components/Sidebar.jsx | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index 968427a..8b77789 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -106,22 +106,16 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) { { title: 'Documentación', items: [ - // Solo mostrar Reportes si DEBUG_MODE es true - ...( - isDebugMode - ? [ - { - name: 'Reportes', - path: '/reports', - icon: ( - - - - ) - } - ] - : [] - ), + // Mostrar Reportes siempre + { + name: 'Reportes', + path: '/reports', + icon: ( + + + + ) + }, { name: 'Expedientes', path: '/expedientes',