Solved some small issues
This commit is contained in:
@@ -60,7 +60,6 @@ export default function InteractiveSpeaking({
|
||||
setIsLoading(true);
|
||||
|
||||
const answer = await saveAnswer(questionIndex);
|
||||
console.log(questionIndex + 1 < prompts.length, questionIndex, prompts.length);
|
||||
if (questionIndex + 1 < prompts.length) {
|
||||
setQuestionIndex(questionIndex + 1);
|
||||
setIsLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user