diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 729702b..64f8df6 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -43,7 +43,7 @@ export const ChatInput = ({ onScrollDownClick, stopConversationRef, textareaRef, - showScrollDownButton + showScrollDownButton, }: Props) => { const { t } = useTranslation('chat'); @@ -371,7 +371,7 @@ export const ChatInput = ({ {isModalVisible && ( setIsModalVisible(false)}