fix(stage-ui): type

This commit is contained in:
Neko Ayaka
2025-03-18 02:27:30 +08:00
parent e86cc0607d
commit d99f358f14
@@ -62,7 +62,7 @@ function getPreviewUrl(voice: Voice): string | undefined {
// Format voice attributes for display
function formatVoiceAttributes(voice: Voice): string[] {
const attributes = []
const attributes: string[] = []
// Add gender if available
if (voice.labels?.gender) {