Compare commits

...

1 Commits

Author SHA1 Message Date
ccdded32a8 fix: path won't expend 2024-12-06 15:26:18 +00:00

View File

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