Skip to content

Commit

Permalink
chore: hide bot action from left side bar (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Oct 26, 2023
1 parent 966ffa4 commit dde240b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/containers/Sidebar/Left.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ export const SidebarLeft = () => {
icon: <LayoutGrid size={20} className="flex-shrink-0" />,
state: MainViewState.MyModel,
},
{
name: 'Bot',
icon: <Bot size={20} className="flex-shrink-0" />,
state: MainViewState.CreateBot,
},
// {
// name: 'Bot',
// icon: <Bot size={20} className="flex-shrink-0" />,
// state: MainViewState.CreateBot,
// },
{
name: 'Settings',
icon: <Settings size={20} className="flex-shrink-0" />,
Expand Down

0 comments on commit dde240b

Please sign in to comment.