fix: JS大括号不平衡(重复if导致)

This commit is contained in:
知微
2026-07-09 08:38:40 +08:00
parent 50a7be1f59
commit 1e0bf0e00b
-1
View File
@@ -91,7 +91,6 @@ function renderFeatureTree(tree) {
}
if (pipes.length > 0) {
if (pipes.length > 0) {
pipes.forEach((p, i) => {
const indent2 = i===0 ? indent : 'padding-left:'+(depth*20+32)+'px';
const tagCls = p.status==='ok'?'ok':p.status==='error'?'error':'warn';