mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
USE_TAGS -> USE_FILTERS
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user