Update dependencies. Add page. Optimize code.
This commit is contained in:
@@ -30,6 +30,7 @@ const ToolsFramework: React.FC = () => {
|
||||
{user.map((value) => {
|
||||
return value.menu ? (
|
||||
<SidebarItem
|
||||
end={value.id === 'user' ? true : undefined}
|
||||
path={value.absolutePath}
|
||||
icon={value.icon}
|
||||
text={value.name}
|
||||
|
||||
Reference in New Issue
Block a user