diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js b/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js index 4023ba436b8659..ad3a62e5cd5622 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js @@ -41,7 +41,13 @@ export function SidebarNavigationItemGlobalStyles( props ) { /> ); } - return ; + return ( + + ); } export default function SidebarNavigationScreenGlobalStyles() {