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) && } }