diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-main/index.js b/packages/edit-site/src/components/sidebar-navigation-screen-main/index.js index fa7aa217134dcf..04faf480bb0609 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-main/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-main/index.js @@ -34,6 +34,9 @@ export default function SidebarNavigationScreenMain() { return navigationMenus?.length > 0; } ); + const showNavigationScreen = process.env.IS_GUTENBERG_PLUGIN + ? hasNavigationMenus + : false; return ( - { hasNavigationMenus && ( + { showNavigationScreen && (