Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heimoshuiyu committed Feb 7, 2025
1 parent d10734f commit 4f044a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MessageBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ export default function Message(props: { messageIndex: number }) {
{chatStore.tts_api && chatStore.tts_key && (
<TTSButton chat={chat} />
)}
<TTSPlay chat={chat} />
</div>
</div>
) : (
Expand Down

0 comments on commit 4f044a7

Please sign in to comment.