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',