When there are no results, hide the previous results
This commit is contained in:
parent
7a498393f8
commit
724c3f1487
|
@ -106,6 +106,7 @@
|
|||
}).then((res) => {
|
||||
if (!res.results) {
|
||||
this.loading = false
|
||||
this.feeds = []
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user