fixed select in active and the lock now can register ticket 1 month later
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user