Actualizar servicios.html
This commit is contained in:
@@ -512,9 +512,9 @@
|
||||
}
|
||||
|
||||
let matchesStatus = false;
|
||||
// 👇 ESTA ES LA REGLA CAMBIADA 👇
|
||||
if (activeStatusFilter === "ALL") {
|
||||
if (stateInfo.is_final && searchTerm === "") matchesStatus = false;
|
||||
else matchesStatus = true;
|
||||
matchesStatus = true; // AHORA MUESTRA ABSOLUTAMENTE TODO SIN EXCEPCIÓN
|
||||
} else {
|
||||
matchesStatus = String(stateInfo.id) === activeStatusFilter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user