programnas terminado y asigna mesa por usuario falta detallas

This commit is contained in:
2026-02-05 18:54:45 -06:00
parent fa1f3debf8
commit afc895c85d
+1
View File
@@ -54,6 +54,7 @@ export default async function Page(props: {
: Boolean(rawPlatica);
console.log(result);
}
const inscResult = await getInscripcion(idCuenta);
if (!inscResult.error && Array.isArray(inscResult)) {