Skip to content

Commit

Permalink
added tts
Browse files Browse the repository at this point in the history
  • Loading branch information
prtkjakhar committed Oct 11, 2023
1 parent f7b2c16 commit 4affe40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/amakrushi/src/components/chat-message-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({
&nbsp;
<p>{t('message.helpful')}</p>
</div>
{/* <div
<div
className={styles.msgSpeaker}
onClick={() => handleAudio(content?.data?.audio_url || '')}>
{context?.clickedAudioUrl === content?.data?.audio_url ? (
Expand All @@ -296,7 +296,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({
) : (
<Image src={SpeakerIcon} width={15} height={15} alt="" />
)}
</div> */}
</div>
</div>
)
)}
Expand Down

0 comments on commit 4affe40

Please sign in to comment.