USE_TAGS -> USE_FILTERS

This commit is contained in:
Lachlan Kermode
2020-05-31 17:34:35 +02:00
parent 28501fe867
commit 8d2879e227
2 changed files with 23 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ export function fetchDomain () {
}
let tagsPromise = Promise.resolve([])
if (features.USE_TAGS) {
if (features.USE_FILTERS) {
if (!TAGS_URL) {
tagsPromise = Promise.resolve(handleError('USE_TAGS is true, but you have not provided a TAGS_EXT'))
} else {