diff --git a/frontend/src/components/GuideReader.svelte b/frontend/src/components/GuideReader.svelte index 46bcce4..889bc69 100644 --- a/frontend/src/components/GuideReader.svelte +++ b/frontend/src/components/GuideReader.svelte @@ -52,7 +52,6 @@ $: productApps = filtered.filter(a => a.app !== 'platform' && a.app !== 'technical'); $: platformApp = filtered.find(a => a.app === 'platform') ?? null; $: technicalApp = filtered.find(a => a.app === 'technical') ?? null; - const isOpen = (key: string) => searching || !!open[key]; async function loadNav() { loadingNav = true; @@ -110,15 +109,15 @@ {#if productApps.length}