diff --git a/src/json-utils.js b/src/json-utils.js index abb274c1f..546954b3f 100644 --- a/src/json-utils.js +++ b/src/json-utils.js @@ -211,7 +211,7 @@ function filterJSONstreet (removeProps, renameProps, streetJSON) { } } - return compAttributes ?? value; + return compAttributes || value; }); // rename components for (var renameKey in renameProps) {