retirar debug mode #9

Merged
jcedilloAS merged 1 commits from reportes into main 2025-11-26 14:48:22 +00:00
Showing only changes of commit 6acb55c563 - Show all commits

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'