stupid bug

This commit is contained in:
Klemek
2023-08-29 16:44:24 +02:00
parent 4bbf752bfc
commit 233f4b1c3a
+1 -1
View File
@@ -87,7 +87,7 @@ let app = {
this.nextQuestion();
},
deleteRow(i) {
this.available.pop(i);
this.available.splice(i, 1);
this.reset();
},
addRow() {