diff --git a/apps/amakrushi/src/components/chat-message-item/index.tsx b/apps/amakrushi/src/components/chat-message-item/index.tsx index dd4b5f3..a3079f6 100644 --- a/apps/amakrushi/src/components/chat-message-item/index.tsx +++ b/apps/amakrushi/src/components/chat-message-item/index.tsx @@ -706,8 +706,7 @@ const ChatMessageItem: FC = ({ message, onSend }) => { }}> {`\n` + JSON.parse(content?.text)?.generalAdvice + - `\n\n` + - t('message.options')} + `\n\n` + JSON.parse(content?.text)?.buttonDescription} {getLists({ choices: JSON.parse(content?.text)?.buttons, isWeather: true