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