fix: path won't expend
This commit is contained in:
@@ -35,7 +35,7 @@ const SideNavigation = () => {
|
|||||||
<PathNode
|
<PathNode
|
||||||
key={path.id}
|
key={path.id}
|
||||||
path={path}
|
path={path}
|
||||||
isRoot={true}
|
isRoot={false}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user