Fix syntax error in indicators-panel-new.js
Remove duplicate return statements causing SyntaxError
This commit is contained in:
@ -391,8 +391,6 @@ function setupEventListeners() {
|
||||
}
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// Expand/collapse button
|
||||
const expandBtn = e.target.closest('.indicator-btn.expand');
|
||||
|
||||
Reference in New Issue
Block a user