diff --git a/frontend/src/utils/exam-correct/exam-correct.js b/frontend/src/utils/exam-correct/exam-correct.js index 3e3310cbe..cf23c911d 100644 --- a/frontend/src/utils/exam-correct/exam-correct.js +++ b/frontend/src/utils/exam-correct/exam-correct.js @@ -513,7 +513,7 @@ export class ExamCorrect { } userElem.appendChild(list); if (hasMore === true) { - const moreElem = this._userInputCandidatesMore.cloneNode(true); // TODO I'm lazy + const moreElem = this._userInputCandidatesMore.cloneNode(true); moreElem.removeAttribute('id'); moreElem.hidden = false; userElem.appendChild(moreElem);