Skip to content

Commit ffc643a

Browse files
fix(lint): remove useless (for now) variable
1 parent 1fb8307 commit ffc643a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/package/[...package]/SidePanel.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
awaitedOtherReleases = await otherReleases;
6060
})();
6161
});
62-
let isExpanded = $state(false);
6362
6463
let storedPrereleaseState = persisted(`show-${packageName}-prereleases`, showPrereleases);
6564
$effect(() => {

0 commit comments

Comments
 (0)