Skip to content

Commit 0e1a072

Browse files
committed
remove the negation
1 parent f7fd980 commit 0e1a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kolibri/plugins/coach/assets/src/views/quizzes/QuizSummaryPage/QuizOptionsDropdownMenu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
{ label: this.coreString('deleteAction'), value: 'DELETE' },
4343
];
44-
if (!this.exam?.data_model_version > 2) {
44+
if (this.exam?.data_model_version > 2) {
4545
options.unshift({
4646
label: this.exam?.draft
4747
? this.coreString('editAction')

0 commit comments

Comments
 (0)