From 3727af3d1c89bfc71f32a562d8b76bb45e3e368c Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 21 Apr 2025 01:58:39 +0800 Subject: [PATCH] . --- components/sidebar/items/chat/chat-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sidebar/items/chat/chat-item.tsx b/components/sidebar/items/chat/chat-item.tsx index 60c6abe..d06db05 100644 --- a/components/sidebar/items/chat/chat-item.tsx +++ b/components/sidebar/items/chat/chat-item.tsx @@ -45,7 +45,7 @@ export const ChatItem: FC = ({ chat }) => { const handleClick = () => { if (!selectedWorkspace) return - return router.push(`/${localePrefix}/${selectedWorkspace.id}/chat/${chat.id}`) + return router.push(`${localePrefix}/${selectedWorkspace.id}/chat/${chat.id}`) } const handleKeyDown = (e: React.KeyboardEvent) => {