Skip to content

Commit a77e06d

Browse files
committed
Remove unused variable
1 parent 1f8646a commit a77e06d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/javascript/src/utils/sectionUpdate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const getQuestionDiv = (id) => $(`#answer-form-${id}`).closest('.question
1212

1313
// Clear an answers for a given question id.
1414
export const deleteAllAnswersForQuestion = (questionid) => {
15-
const answerFormDiv = $(`#answer-form-${questionid}`);
1615
const editAnswerForm = $(`#answer-form-${questionid}`).find('.form-answer');
1716

1817
editAnswerForm.find('input:checkbox').prop('checked', false);

0 commit comments

Comments
 (0)