diff --git a/web-app/src/containers/LeftPanel.tsx b/web-app/src/containers/LeftPanel.tsx index a7be18576..1c91f610d 100644 --- a/web-app/src/containers/LeftPanel.tsx +++ b/web-app/src/containers/LeftPanel.tsx @@ -154,7 +154,6 @@ const LeftPanel = () => { } }, [setLeftPanel, open]) - const currentPath = useRouterState({ select: (state) => state.location.pathname, }) @@ -581,6 +580,10 @@ const LeftPanel = () => { {filteredThreads.length === 0 && searchTerm.length > 0 && (