From cf3c5cabf5f77a3b4bf7fa29055a1993f074225e Mon Sep 17 00:00:00 2001 From: Mayank-Tripathi32 Date: Wed, 4 Dec 2024 00:01:14 +0530 Subject: [PATCH] feat: fixed styling tab not opening on themes without style variations --- .../sidebar-navigation-screen-global-styles/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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() {