Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
Showing only changes of commit 8c1bd15dc2 - Show all commits

View File

@@ -53,7 +53,7 @@ const ToolsFramework: React.FC = () => {
<SidebarItem
path={`${tool.path}/${subTool.path}`}
text={subTool.name}
key={tool.id}
key={subTool.id}
/>
)
})