Skip to content

Commit 9399403

Browse files
authored
Add $ to read store (#2463)
1 parent 36499f5 commit 9399403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/components/bottom-nav.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
out:slide={{ duration: 200, delay: 0 }}
7575
>
7676
<BottomNavLinks open={viewLinks} {linkList} />
77-
<slot name="nsPicker" open={viewNamespaces}>
77+
<slot name="nsPicker" open={$viewNamespaces}>
7878
<BottomNavNamespaces open={$viewNamespaces} {namespaceList} />
7979
</slot>
8080
<BottomNavSettings open={viewSettings}>

0 commit comments

Comments
 (0)