diff --git a/frontend/src/pages/CandidateChatPage.tsx b/frontend/src/pages/CandidateChatPage.tsx index 6aeafd2..71da23d 100644 --- a/frontend/src/pages/CandidateChatPage.tsx +++ b/frontend/src/pages/CandidateChatPage.tsx @@ -430,9 +430,6 @@ const CandidateChatPage = forwardRef flexWrap: 'wrap', }} > - {selectedCandidate.questions?.map((q, i) => ( - - ))} {resume && defaultQuestions.map((question: string, i) => ( submitQuery={handleSubmitQuestion} /> ))} + {selectedCandidate.questions?.map((q, i) => ( + + ))} {/* Fixed Message Input */}