Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/expand-collapse-mobile-toolbar-on-…
Browse files Browse the repository at this point in the history
…desktop
  • Loading branch information
simonbs authored Oct 27, 2023
2 parents e5b1781 + f4dc88c commit 51a20fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/state/useSidebarOpen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useSessionStorage } from "usehooks-ts"

export default function sidebarOpen() {
export default function useSidebarOpen() {
return useSessionStorage("isSidebarOpen", true)
}

0 comments on commit 51a20fe

Please sign in to comment.