diff --git a/packages/ui/src/components/instance/instance-shell2.tsx b/packages/ui/src/components/instance/instance-shell2.tsx index 4f4d94e3..0fc0353a 100644 --- a/packages/ui/src/components/instance/instance-shell2.tsx +++ b/packages/ui/src/components/instance/instance-shell2.tsx @@ -839,50 +839,49 @@ const InstanceShell2: Component = (props) => { const LeftDrawerContent = () => (
-
-
+
+
{t("instanceShell.leftPanel.sessionsTitle")} -
- - +
+ handleSessionSelect("info")} + > + + + + (leftPinned() ? unpinLeftDrawer() : pinLeftDrawer())} + > + {leftPinned() ? : } + + + + + +
-
- handleSessionSelect("info")} - > - - - - (leftPinned() ? unpinLeftDrawer() : pinLeftDrawer())} - > - {leftPinned() ? : } - - - - - - +
+ +
-