From 01de4b239ea60132c19228b7ebbb8d0f819ed7d2 Mon Sep 17 00:00:00 2001 From: duckietm Date: Fri, 3 Apr 2026 08:02:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Fix=20Scrollbar=20old=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/catalog/CatalogClassicView.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/catalog/CatalogClassicView.tsx b/src/components/catalog/CatalogClassicView.tsx index a5fabd4..e4203af 100644 --- a/src/components/catalog/CatalogClassicView.tsx +++ b/src/components/catalog/CatalogClassicView.tsx @@ -83,7 +83,6 @@ const CatalogClassicViewInner: FC<{}> = () => { isVisible && setIsVisible(false) } /> - { /* Admin banner */ } { adminMode &&
⚙ Admin Mode @@ -128,14 +127,12 @@ const CatalogClassicViewInner: FC<{}> = () => ); }) } - { /* Admin toggle button in tabs bar */ } { isMod && setAdminMode(!adminMode) }> } - { /* Admin: add new root category */ } { adminMode && rootNode &&
} { !navigationHidden && - + { activeNodes && (activeNodes.length > 0) && } }