diff --git a/src/App.jsx b/src/App.jsx index e5be447..07d094c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -868,7 +868,6 @@ async function regenerateFromIndex(index, overrideUserText = null) { }, [activeSessionId]); useEffect(() => { - if (!libraries.length) return const validSlugs = new Set(libraries.map(library => library.slug)) setChatLibraryBySession(prev => { let changed = false