mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
fix: seguia mostrando el boton cuando se llega a una pagina vacia
This commit is contained in:
@@ -137,6 +137,10 @@
|
||||
);
|
||||
if (ret == null) return;
|
||||
if (typeof ret == 'string') return;
|
||||
if (ret.length == 0) {
|
||||
seguirMostrandoMostrarMás = false;
|
||||
return;
|
||||
}
|
||||
respuestasPaginadas.push(...ret);
|
||||
}}>Cargar Más Respuestas</Button
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user