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