Add:Filter for RSS feeds open #893

This commit is contained in:
advplyr 2022-08-06 07:58:19 -05:00
parent 24a142e718
commit e02169907d
4 changed files with 10 additions and 2 deletions

View file

@ -88,6 +88,7 @@ export default {
if (this.page === 'collections') return "You haven't made any collections yet"
if (this.hasFilter) {
if (this.filterName === 'Issues') return 'No Issues'
else if (this.filterName === 'Feed-open') return 'No RSS feeds are open'
return `No Results for filter "${this.filterName}: ${this.filterValue}"`
}
return 'No results'