forked from MapComplete/MapComplete
Fix tests, refactoring kindof works now
This commit is contained in:
parent
813e96f8df
commit
1447863fa7
11 changed files with 307 additions and 254 deletions
|
|
@ -27,7 +27,6 @@ export default class QuestionBox extends UIElement {
|
|||
.map((tagRendering, i) => new TagRenderingQuestion(this._tags, tagRendering,
|
||||
() => {
|
||||
// We save
|
||||
self._skippedQuestions.data.push(i)
|
||||
self._skippedQuestions.ping();
|
||||
},
|
||||
Translations.t.general.skip.Clone()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue