diff --git a/src/components/VoiceAlertManager.jsx b/src/components/VoiceAlertManager.jsx index ef65b13..fd09dc9 100644 --- a/src/components/VoiceAlertManager.jsx +++ b/src/components/VoiceAlertManager.jsx @@ -20,6 +20,7 @@ const VoiceAlertManager = () => { voices, config, isSpeaking, + queue, queueLength, addToQueue, clearQueue, @@ -197,7 +198,10 @@ const VoiceAlertManager = () => {
Alert Queue - + {queueLength} pending
@@ -207,7 +211,7 @@ const VoiceAlertManager = () => { ) : (