diff --git a/web-app/src/containers/LeftPanel.tsx b/web-app/src/containers/LeftPanel.tsx index 0748a5855..523b4d0a8 100644 --- a/web-app/src/containers/LeftPanel.tsx +++ b/web-app/src/containers/LeftPanel.tsx @@ -8,6 +8,7 @@ import { IconSettingsFilled, IconTrash, IconStar, + IconMessageFilled, IconAppsFilled, IconX, IconSearch, @@ -50,9 +51,6 @@ const mainMenus = [ icon: IconAppsFilled, route: route.hub, }, -] - -const secondaryMenus = [ { title: 'common.settings', icon: IconSettingsFilled, @@ -89,6 +87,8 @@ const LeftPanel = () => { const [openDropdown, setOpenDropdown] = useState(false) + console.log(threads) + return (