Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 29, 2024
1 parent d9a0544 commit df7fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$: sidebarItems = getSidebarItems(getSessionItems());
$: if ($refreshSidebar$ || $session$?.title) {
$: if ($refreshSidebar$ || $session$) {
sidebarItems = getSidebarItems(getSessionItems());
}
Expand Down

0 comments on commit df7fefa

Please sign in to comment.