Compare commits

..

2 Commits

-1
View File
@@ -522,7 +522,6 @@ function WorkbenchPage({
[conversations], [conversations],
); );
const hasSidebarRecords = conversationRecords.length > 0; const hasSidebarRecords = conversationRecords.length > 0;
const hasActivatedWorkspace = workspaceStarted || isGenerating || hasConversationRecords;
const activeConversationTitle = useMemo(() => { const activeConversationTitle = useMemo(() => {
if (!activeConversationId) return ""; if (!activeConversationId) return "";