diff --git a/frontend/app/chat/[chatId]/page.tsx b/frontend/app/chat/[chatId]/page.tsx index d11fa5df66f7..534b5cadfa85 100644 --- a/frontend/app/chat/[chatId]/page.tsx +++ b/frontend/app/chat/[chatId]/page.tsx @@ -9,33 +9,34 @@ import { ChatDialogueArea } from "./components/ChatDialogueArea/ChatDialogue"; import { useChatNotificationsSync } from "./hooks/useChatNotificationsSync"; const SelectedChatPage = (): JSX.Element => { - const { getRootProps } = useCustomDropzone(); - const { shouldDisplayFeedCard } = useKnowledgeToFeedContext(); + const { getRootProps } = useCustomDropzone(); + const { shouldDisplayFeedCard } = useKnowledgeToFeedContext(); - useChatNotificationsSync(); + useChatNotificationsSync(); - return ( -