Update keyboardContext.tsx

This commit is contained in:
talksik
2022-01-18 04:28:23 -08:00
parent 4626a76aa5
commit 10740a144d
+1 -1
View File
@@ -142,7 +142,7 @@ export default function KeyboardContextProvider({ children }) {
// setPlayerSrc as the next item if there is any
if (audioQueue && audioQueue.length > 0) {
toast("Playing Clip");
toast("Adding Message to Queue");
setPlayerSrc(audioQueue[0]);
}
}, [audioQueue]);