mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
fix: open ended question
This commit is contained in:
@@ -199,6 +199,7 @@ export function AIQuizContent(props: AIQuizContentProps) {
|
||||
|
||||
{activeQuestion && activeQuestion.type === 'open-ended' && (
|
||||
<AIOpenEndedQuestion
|
||||
key={activeQuestion.id}
|
||||
quizSlug={quizSlug ?? ''}
|
||||
question={activeQuestion}
|
||||
questionState={activeQuestionState}
|
||||
|
Reference in New Issue
Block a user