From 39f9a02c0a1b2c3615e945870c9669959c1ae70a Mon Sep 17 00:00:00 2001 From: Frank Johnson Date: Sat, 11 Sep 2021 05:57:00 -0400 Subject: [PATCH] Broke out into a config file --- app/web/src/components/IdeSideBar/IdeSideBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/web/src/components/IdeSideBar/IdeSideBar.tsx b/app/web/src/components/IdeSideBar/IdeSideBar.tsx index 64a0d90..b92ab3c 100644 --- a/app/web/src/components/IdeSideBar/IdeSideBar.tsx +++ b/app/web/src/components/IdeSideBar/IdeSideBar.tsx @@ -61,8 +61,8 @@ const IdeSideBar = () => { { sidebarCombinedConfig.find(item => item.name === selectedTab)?.panel && ( -
-

{ selectedTab }

+
+

{ selectedTab }

{ sidebarCombinedConfig.find(item => item.name === selectedTab).panel }
) }