From dde240b9690daddb08053bd4e2e7f7d974566945 Mon Sep 17 00:00:00 2001 From: Louis <133622055+louis-jan@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:41:09 +0700 Subject: [PATCH] chore: hide bot action from left side bar (#470) --- web/containers/Sidebar/Left.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/containers/Sidebar/Left.tsx b/web/containers/Sidebar/Left.tsx index e837058f3..5510538db 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: ,