From 10740a144dec06dd66e910e8a4ee2904173f53fc Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 18 Jan 2022 04:28:23 -0800 Subject: [PATCH] Update keyboardContext.tsx --- contexts/keyboardContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contexts/keyboardContext.tsx b/contexts/keyboardContext.tsx index f16baf3..0361948 100644 --- a/contexts/keyboardContext.tsx +++ b/contexts/keyboardContext.tsx @@ -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]);