Skip to content

Commit 0fdc9e4

Browse files
committed
fix sidebar
1 parent 5f9924e commit 0fdc9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(auth)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<div class="sidebar-wrapper _zid-2">
4242
<div class="sidebar-backdrop" role="button" tabindex="0"
4343
onclick={hideSidebar} onkeypress={hideSidebar}></div>
44-
<Sidebar {projects} openProjectModal={() => projectModal?.open} />
44+
<Sidebar {projects} openProjectModal={() => projectModal?.open()} />
4545
</div>
4646
4747
<div class="content-wrapper">

0 commit comments

Comments
 (0)