Add option to run extensions in a container (#6590)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ChatSessionsContainer({
|
||||
|
||||
// Build the list of sessions to render
|
||||
let sessionsToRender = activeSessions;
|
||||
|
||||
|
||||
// If we have a currentSessionId that's not in activeSessions, add it (handles page refresh)
|
||||
if (currentSessionId && !activeSessions.some((s) => s.sessionId === currentSessionId)) {
|
||||
sessionsToRender = [...activeSessions, { sessionId: currentSessionId }];
|
||||
|
||||
Reference in New Issue
Block a user