Liberacion de reportes

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

View File

@@ -106,22 +106,16 @@ 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',
? [ path: '/reports',
{ icon: (
name: 'Reportes', <svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
path: '/reports', <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" />
icon: ( </svg>
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"> )
<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>
)
}
]
: []
),
{ {
name: 'Expedientes', name: 'Expedientes',
path: '/expedientes', path: '/expedientes',