Liberacion de reportes

This commit is contained in:
2025-10-01 21:36:17 -06:00
parent a877283049
commit c8ad7b4fa7

View File

@@ -106,10 +106,7 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
{ {
title: 'Documentación', title: 'Documentación',
items: [ items: [
// Solo mostrar Reportes si DEBUG_MODE es true // Mostrar Reportes siempre
...(
isDebugMode
? [
{ {
name: 'Reportes', name: 'Reportes',
path: '/reports', path: '/reports',
@@ -118,10 +115,7 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" /> <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg> </svg>
) )
} },
]
: []
),
{ {
name: 'Expedientes', name: 'Expedientes',
path: '/expedientes', path: '/expedientes',