@@ -266,7 +266,7 @@ function Screen() {
<>
{
location.pathname !== '/' &&
- <SideBar className={(location.pathname === '/knowledgeChat' || location.pathname === '/deepseekChat') ? styles["sidebar-show"] : ""} />
+ <SideBar className={(location.pathname === '/knowledgeChat' || location.pathname === '/deepseekChat' ||location.pathname === '/newChat' ) ? styles["sidebar-show"] : ""} />
}
<WindowContent>
<Routes>