diff --git a/static/js/pages/dashboard.js b/static/js/pages/dashboard.js index 418dec4..a707dfc 100644 --- a/static/js/pages/dashboard.js +++ b/static/js/pages/dashboard.js @@ -115,9 +115,6 @@ const PageDashboard = { categoryList.querySelectorAll('.category-item').forEach(el => el.classList.remove('active')); item.classList.add('active'); this._currentCategory = item.dataset.cat; - this._marketMode = false; - document.getElementById('btn-market-tab').classList.remove('active'); - document.getElementById('dash-search-box').style.display = 'flex'; this._loadThemes(); }); }