fix: removed quiz_id from the lesson content

This commit is contained in:
Jannat Patel
2024-04-15 13:29:50 +05:30
parent 2f68fc0d6e
commit 64c02f14a9

View File

@@ -54,7 +54,6 @@
</div>
<div v-else v-html="markdown.render(block)"></div>
</div>
{{ quizId }}
<div v-if="quizId">
<Quiz :quiz="quizId" />
</div>