diff --git a/services/course-material/src/components/chatbot/ChatbotDialogBody.tsx b/services/course-material/src/components/chatbot/ChatbotDialogBody.tsx index 72c1076d071..93d5af69811 100644 --- a/services/course-material/src/components/chatbot/ChatbotDialogBody.tsx +++ b/services/course-material/src/components/chatbot/ChatbotDialogBody.tsx @@ -287,6 +287,7 @@ const ChatbotDialogBody: React.FC = ({ message={message.message ?? ""} isFromChatbot={message.is_from_chatbot} isPending={!message.message_is_complete && newMessageMutation.isPending} + hideCitations /> ))}