When there are no results, hide the previous results

master
Peter Stuifzand 4 years ago
parent 7a498393f8
commit 724c3f1487

@ -106,6 +106,7 @@
}).then((res) => {
if (!res.results) {
this.loading = false
this.feeds = []
return
}

Loading…
Cancel
Save