diff --git a/modules/turnero/views/display.php b/modules/turnero/views/display.php index 8fd8b21..7ec841b 100644 --- a/modules/turnero/views/display.php +++ b/modules/turnero/views/display.php @@ -379,7 +379,7 @@ async function cargarInicial() { try { const res = await fetch(url.toString()); const json = await res.json(); - if (json.ok) renderSnapshot(json.data); + if (json.ok) renderSnapshot(json); } catch (_) { /* SSE tomarĂ¡ el relevo */ } }