Remove a conditional that no longer applies
parent
e86d3e03df
commit
57c51f17c8
|
@ -367,7 +367,7 @@ module.exports = function(s,config,lang){
|
|||
}
|
||||
}
|
||||
})
|
||||
if(matchedMatrices && matchedMatrices.length === 0 || filter.halt === true){
|
||||
if(filter.halt === true){
|
||||
return
|
||||
}else if(hasMatrices){
|
||||
// remove empty elements
|
||||
|
|
Loading…
Reference in New Issue