Hotfix null
This commit is contained in:
@@ -267,7 +267,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
finishQuestion(): void {
|
finishQuestion(): void {
|
||||||
if (this.visitedQuestions[this.currentCategory] === undefined) {
|
if (this.visitedQuestions[this.currentCategory] == undefined) {
|
||||||
this.visitedQuestions[this.currentCategory] = [this.currentQuestion];
|
this.visitedQuestions[this.currentCategory] = [this.currentQuestion];
|
||||||
} else if (
|
} else if (
|
||||||
!this.visitedQuestions[this.currentCategory].includes(this.currentQuestion)
|
!this.visitedQuestions[this.currentCategory].includes(this.currentQuestion)
|
||||||
|
|||||||
Reference in New Issue
Block a user