Browse Source

Claude: Remove stale export

Alessandro Pignotti 6 months ago
parent
commit
ff5019e779
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/lib/SideBar.svelte
  2. 1 1
      src/lib/WebVM.svelte

+ 0 - 1
src/lib/SideBar.svelte

@@ -33,7 +33,6 @@
 	}
 	}
 
 
 	export let handleTool;
 	export let handleTool;
-	export let needsDisplay;
 </script>
 </script>
 
 
 <div class="flex flex-row w-14 h-full bg-neutral-700" on:mouseleave={hideInfo}>
 <div class="flex flex-row w-14 h-full bg-neutral-700" on:mouseleave={hideInfo}>

+ 1 - 1
src/lib/WebVM.svelte

@@ -501,7 +501,7 @@
 <main class="relative w-full h-full">
 <main class="relative w-full h-full">
 	<Nav />
 	<Nav />
 	<div class="absolute top-10 bottom-0 left-0 right-0">
 	<div class="absolute top-10 bottom-0 left-0 right-0">
-		<SideBar on:connect={handleConnect} on:reset={handleReset} needsDisplay={configObj.needsDisplay} handleTool={handleTool}>
+		<SideBar on:connect={handleConnect} on:reset={handleReset} handleTool={handleTool}>
 			<slot></slot>
 			<slot></slot>
 		</SideBar>
 		</SideBar>
 		{#if configObj.needsDisplay}
 		{#if configObj.needsDisplay}