fixed select in active and the lock now can register ticket 1 month later

This commit is contained in:
2026-03-02 15:01:53 -06:00
parent 1a632f15b9
commit 34677f2d82
5 changed files with 81 additions and 8 deletions
@@ -80,7 +80,7 @@ export default function PlaticaGate({ inscripcion, numAcount }: Props) {
}, [inscripcion]);
useEffect(() => {
if (!puedeContinuar || !numAcount || error === "Equipo" || error === "Mesa") return;
if (!puedeContinuar || !numAcount || !(error === "Equipo" || error === "Mesa")) return;
const fetchEquipos = async () => {
try {