asignacion mesa

This commit is contained in:
2026-02-11 16:46:25 -06:00
parent 8b3f7416a8
commit ad09efaef6
6 changed files with 6 additions and 2 deletions
@@ -216,3 +216,4 @@ export default function PlaticaGate({ inscripcion, numAcount }: Props) {
</div> </div>
); );
} }
//IO
+1 -1
View File
@@ -133,4 +133,4 @@ export default async function Page(props: {
</section> </section>
); );
} }
//IO
@@ -54,7 +54,6 @@ export default function Areas() {
} }
}; };
return ( return (
<form className="containerForm" onSubmit={handleActualizar}> <form className="containerForm" onSubmit={handleActualizar}>
<label className="label">Áreas</label> <label className="label">Áreas</label>
@@ -112,3 +111,4 @@ export default function Areas() {
</form> </form>
); );
} }
//IO
+1
View File
@@ -178,3 +178,4 @@ export default function AsignacionMesas({ idCuenta, inscripcion }: Props) {
</div> </div>
); );
} }
//IO
+1
View File
@@ -173,3 +173,4 @@ export default function CheckBoxEquipo({ numAcount, machine }: Props) {
</> </>
); );
} }
//IO
+1
View File
@@ -157,3 +157,4 @@ export default function CheckBoxMesa({ numAcount, table }: props) {
</> </>
); );
} }
//IO