Complete main UI #37
@@ -53,7 +53,7 @@ const ToolsFramework: React.FC = () => {
|
|||||||
<SidebarItem
|
<SidebarItem
|
||||||
path={`${tool.path}/${subTool.path}`}
|
path={`${tool.path}/${subTool.path}`}
|
||||||
text={subTool.name}
|
text={subTool.name}
|
||||||
key={tool.id}
|
key={subTool.id}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user