cherry pick
This commit is contained in:
@@ -357,7 +357,7 @@ $$$('#group_by', 'change', (e) => {
|
||||
|
||||
for (let target of targets) {
|
||||
for (let key of Object.keys(countries)) {
|
||||
if (target.predicate == null || target.predicate.includes(key)) {
|
||||
if (target.predicate.length == 0 || target.predicate.includes(key)) {
|
||||
if (target.locale === locale) {
|
||||
results[key] = countries[key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user