diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 47a311725..26b18b226 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -91,9 +91,8 @@ export function SideBar(props: { className?: string }) { return (
ChatGPT Next
@@ -159,6 +158,7 @@ export function SideBar(props: { className?: string }) { onClick={() => { if (config.dontShowMaskSplashScreen) { chatStore.newSession(); + navigate(Path.Chat); } else { navigate(Path.NewChat); }