stupid bug

This commit is contained in:
Klemek
2022-03-03 16:20:01 +01:00
parent 6704d772e2
commit 8b169c7c7f
+1 -1
View File
@@ -87,7 +87,7 @@ let app = {
this.nextQuestion(); this.nextQuestion();
}, },
deleteRow(i) { deleteRow(i) {
this.available.pop(i); this.available.splice(i, 1);
this.reset(); this.reset();
}, },
addRow() { addRow() {