Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56ed94bf43 |
@@ -522,7 +522,6 @@ function WorkbenchPage({
|
||||
[conversations],
|
||||
);
|
||||
const hasSidebarRecords = conversationRecords.length > 0;
|
||||
const hasActivatedWorkspace = workspaceStarted || isGenerating || hasConversationRecords;
|
||||
|
||||
const activeConversationTitle = useMemo(() => {
|
||||
if (!activeConversationId) return "";
|
||||
|
||||
Reference in New Issue
Block a user