diff --git a/platform/ui/src/components/SidePanel/SidePanel.tsx b/platform/ui/src/components/SidePanel/SidePanel.tsx index edd6ebe2018..bdfef63c4f7 100644 --- a/platform/ui/src/components/SidePanel/SidePanel.tsx +++ b/platform/ui/src/components/SidePanel/SidePanel.tsx @@ -354,7 +354,7 @@ const SidePanel = ({ return (
{ return ( -
+
{getCloseIcon()} {tabs.length === 1 ? getOneTabComponent() : getTabGridComponent()}