diff --git a/client/src/components/Chat/ChatView.tsx b/client/src/components/Chat/ChatView.tsx index 846719417e8..3d97c4fee89 100644 --- a/client/src/components/Chat/ChatView.tsx +++ b/client/src/components/Chat/ChatView.tsx @@ -17,7 +17,6 @@ import { import { ChatContext, AddedChatContext, ChatFormProvider, useFileMapContext } from '~/Providers'; import ConversationStarters from './Input/ConversationStarters'; import { useGetMessagesByConvoId } from '~/data-provider'; -import ProjectLandingChip from './ProjectLandingChip'; import MessagesView from './Messages/MessagesView'; import Presentation from './Presentation'; import ChatForm from './Input/ChatForm'; @@ -143,9 +142,12 @@ function ChatView({ index = 0, project }: { index?: number; project?: TChatProje isLandingPage && 'max-w-3xl transition-all duration-200 xl:max-w-4xl', )} > - {isProjectLandingPage && project && } {isLandingPage && } - + {!isLandingPage &&