diff --git a/web/app/_components/LeftHeaderAction/index.tsx b/web/app/_components/LeftHeaderAction/index.tsx index 9c99e3260..c506cb139 100644 --- a/web/app/_components/LeftHeaderAction/index.tsx +++ b/web/app/_components/LeftHeaderAction/index.tsx @@ -34,12 +34,12 @@ const LeftHeaderAction: React.FC = () => { className="flex-1" icon={} /> - {/* } - /> */} + /> ) } diff --git a/web/containers/Sidebar/Left.tsx b/web/containers/Sidebar/Left.tsx index 5510538db..e837058f3 100644 --- a/web/containers/Sidebar/Left.tsx +++ b/web/containers/Sidebar/Left.tsx @@ -88,11 +88,11 @@ export const SidebarLeft = () => { icon: , state: MainViewState.MyModel, }, - // { - // name: 'Bot', - // icon: , - // state: MainViewState.CreateBot, - // }, + { + name: 'Bot', + icon: , + state: MainViewState.CreateBot, + }, { name: 'Settings', icon: ,