diff --git a/src/api/dashboard/static/js/ui/indicators-panel-new.js b/src/api/dashboard/static/js/ui/indicators-panel-new.js index 3ed9de3..9fd1c8a 100644 --- a/src/api/dashboard/static/js/ui/indicators-panel-new.js +++ b/src/api/dashboard/static/js/ui/indicators-panel-new.js @@ -116,10 +116,6 @@ export function renderIndicatorPanel() { const cat = CATEGORY_MAP[ind.type] || 'trend'; return cat === selectedCategory; }); - if (selectedCategory === 'favorites') return false; - const cat = CATEGORY_MAP[ind.type] || 'trend'; - return cat === selectedCategory; - }); const favoriteIds = new Set(userPresets.favorites || []);