Skip to content

Commit 288e245

Browse files
committed
quick fix
1 parent 8cabf4d commit 288e245

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/BuilderNavbar.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
<BuilderNavbarSeparator />
8888

89-
<BuilderNavbarActions {state} on:action />
89+
<BuilderNavbarActions {state} {isSigned} on:action />
9090

9191
<BuilderNavbarSeparator />
9292

@@ -137,6 +137,7 @@
137137
<div class="flex items-center space-x-3">
138138
<BuilderNavbarActions
139139
{state}
140+
{isSigned}
140141
on:action={(event) => {
141142
mobileMenuOpen = false;
142143
dispatch("action", event.detail);

0 commit comments

Comments
 (0)