Skip to content

Commit c4795e1

Browse files
committed
chore: linting
1 parent c3df1de commit c4795e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/src/components/assessment/ActivityForm.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ watch(
184184
// wholesale so external changes (other users, server merges) show up.
185185
if (sameActivity && userDirty.value) {
186186
if (formData.value.evaluation && newVal.evaluation) {
187-
const newQuestions =
188-
newVal.evaluation.dynamic_questions || [];
187+
const newQuestions = newVal.evaluation.dynamic_questions || [];
189188
const currentQuestions =
190189
formData.value.evaluation.dynamic_questions || [];
191190

0 commit comments

Comments
 (0)