Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantRobots committed Dec 4, 2024
1 parent 0a895fe commit 85e4837
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 @@ -75,7 +75,7 @@
>
<BottomNavLinks open={viewLinks} {linkList} />
<slot name="nsPicker" open={viewNamespaces}>
<BottomNavNamespaces open={$viewNamespaces} />
<BottomNavNamespaces open={$viewNamespaces} {namespaceList} />
</slot>
<BottomNavSettings open={viewSettings}>
<slot />
Expand Down

0 comments on commit 85e4837

Please sign in to comment.