mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 21:06:37 +00:00
Format all files
This commit is contained in:
@@ -72,7 +72,7 @@ function CollapsibleNavItem({
|
||||
isUnlocked
|
||||
}: CollapsibleNavItemProps) {
|
||||
const storageKey = `pangolin-sidebar-expanded-${item.title}`;
|
||||
|
||||
|
||||
// Get initial state from localStorage or use isChildActive
|
||||
const getInitialState = (): boolean => {
|
||||
if (typeof window === "undefined") {
|
||||
|
||||
Reference in New Issue
Block a user