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