fix: path won't expend

This commit is contained in:
h z
2024-12-06 15:26:18 +00:00
parent ede31f85b5
commit ccdded32a8

View File

@@ -35,7 +35,7 @@ const SideNavigation = () => {
<PathNode <PathNode
key={path.id} key={path.id}
path={path} path={path}
isRoot={true} isRoot={false}
/> />
))} ))}
</ul> </ul>