Skip to content

Commit

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

0 comments on commit f7b2c16

Please sign in to comment.