diff --git a/frontend/src/components/features/home/recent-conversations/recent-conversation.tsx b/frontend/src/components/features/home/recent-conversations/recent-conversation.tsx
index 7fcabe2f1f..ba1a7f305b 100644
--- a/frontend/src/components/features/home/recent-conversations/recent-conversation.tsx
+++ b/frontend/src/components/features/home/recent-conversations/recent-conversation.tsx
@@ -8,6 +8,7 @@ import { formatTimeDelta } from "#/utils/format-time-delta";
import { I18nKey } from "#/i18n/declaration";
import { ConversationStatusIndicator } from "./conversation-status-indicator";
import RepoForkedIcon from "#/icons/repo-forked.svg?react";
+import { normalizeConversationId } from "#/utils/utils";
interface RecentConversationProps {
conversation: Conversation;
@@ -20,7 +21,9 @@ export function RecentConversation({ conversation }: RecentConversationProps) {
conversation.selected_repository && conversation.selected_branch;
return (
-
+