diff --git a/apps/web/app/workspace/workspace-content.tsx b/apps/web/app/workspace/workspace-content.tsx index f4ea88280a4..683b81133e3 100644 --- a/apps/web/app/workspace/workspace-content.tsx +++ b/apps/web/app/workspace/workspace-content.tsx @@ -1831,9 +1831,6 @@ function WorkspacePageInner() { // Whether to show the main ChatPanel (no file/content selected) const showMainChat = !activePath || content.kind === "none"; - const showDesktopMainChatSidebar = !isMobile && showMainChat && chatSidebarOpen; - const showDesktopFileChatSidebar = - !isMobile && !showMainChat && fileContext && showChatSidebar && !rightSidebarCollapsed; return ( // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions @@ -1894,66 +1891,68 @@ function WorkspacePageInner() { /> ) ) : ( - <> - {!leftSidebarCollapsed && (
{data.object.description} -
+ )} -