Skip to content

Commit

Permalink
Add $ to read store (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Dec 5, 2024
1 parent 36499f5 commit 9399403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/bottom-nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
out:slide={{ duration: 200, delay: 0 }}
>
<BottomNavLinks open={viewLinks} {linkList} />
<slot name="nsPicker" open={viewNamespaces}>
<slot name="nsPicker" open={$viewNamespaces}>
<BottomNavNamespaces open={$viewNamespaces} {namespaceList} />
</slot>
<BottomNavSettings open={viewSettings}>
Expand Down

0 comments on commit 9399403

Please sign in to comment.