diff --git a/src/components/voice-select-modal.tsx b/src/components/voice-select-modal.tsx index 50e9bf3..ece6d42 100644 --- a/src/components/voice-select-modal.tsx +++ b/src/components/voice-select-modal.tsx @@ -233,7 +233,7 @@ export function VoiceSelectModal({ const selectedKey = current.provider && current.voiceId ? `${current.provider}:${current.voiceId}` : ""; return ( -