retirar debug mode

This commit is contained in:
Dulce
2025-11-25 16:25:57 -07:00
parent 5387eb25cf
commit 6acb55c563

View File

@@ -1881,7 +1881,6 @@ export default function Reports() {
</div>
</button>
{isDebugMode && (
<button
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'control_pedimentos'
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
@@ -1896,7 +1895,6 @@ export default function Reports() {
<span>Control de Pedimentos</span>
</div>
</button>
)}
<button
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'datastage'