From 075ccbf2b79e11c707eee8ec54f69e58468d3878 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 19 Mar 2026 21:37:52 +0100 Subject: [PATCH] Remove unnecessary check in regenerateFromIndex --- src/App.jsx | 1 - 1 file changed, 1 deletion(-) 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