Fix syntax error in indicators-panel-new.js

Remove duplicate return statements causing SyntaxError
This commit is contained in:
DiTus
2026-02-26 20:26:50 +01:00
parent 2a791774e7
commit 081814320c

View File

@ -391,8 +391,6 @@ function setupEventListeners() {
}
return;
}
return;
}
// Expand/collapse button
const expandBtn = e.target.closest('.indicator-btn.expand');