Skip to content

Commit

Permalink
removed hardcoded advisory text
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 committed Feb 19, 2024
1 parent 44c1188 commit dd6d72f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/amakrushi/src/components/chat-message-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({ 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
Expand Down

0 comments on commit dd6d72f

Please sign in to comment.