fix for loading spinner

This commit is contained in:
booploops 2022-01-18 02:46:43 -08:00
parent ed9365942a
commit a817df3d06

View file

@ -92,6 +92,10 @@
this.loading = false
}
}else{
if(!response.data.results[app.collectionList.response.groups]) {
this.loading = false
return
}
if (response.data.results[app.collectionList.response.groups].next) {
this.data.data = this.data.data.concat(response.data.results[app.collectionList.response.groups].data);
this.data.next = response.data.results[app.collectionList.response.groups].next;