This commit is contained in:
2025-10-21 21:40:33 -06:00
parent f845629b81
commit fd4fe5dc2b

View File

@@ -1119,7 +1119,6 @@ export default function Reports() {
<span>Datastage cargados</span>
</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 === 'Cumplimiento'
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
@@ -1134,7 +1133,6 @@ export default function Reports() {
<span>Cumplimiento</span>
</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 === 'coves'