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) => {