diff --git a/frontend/src/components/Modals/FeedbackModal.vue b/frontend/src/components/Modals/FeedbackModal.vue index b69d6615..abb97478 100644 --- a/frontend/src/components/Modals/FeedbackModal.vue +++ b/frontend/src/components/Modals/FeedbackModal.vue @@ -2,7 +2,7 @@ @@ -63,9 +70,11 @@ + diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue index fd0e0c26..84e17442 100644 --- a/frontend/src/components/Quiz.vue +++ b/frontend/src/components/Quiz.vue @@ -228,14 +228,6 @@ :model-value="reviewQuestions.includes(activeQuestion) ? 1 : 0" @change="markForReview($event, activeQuestion)" /> -
@@ -315,7 +309,7 @@
{{ index }} diff --git a/frontend/src/pages/Batches/components/BatchFeedback.vue b/frontend/src/pages/Batches/components/BatchFeedback.vue index 206cdc1c..dd084abe 100644 --- a/frontend/src/pages/Batches/components/BatchFeedback.vue +++ b/frontend/src/pages/Batches/components/BatchFeedback.vue @@ -183,9 +183,3 @@ const isAdmin = computed(() => { return user.data?.is_moderator || user.data?.is_evaluator }) - diff --git a/frontend/src/pages/ProfileEvaluator.vue b/frontend/src/pages/ProfileEvaluator.vue index c34e4fb9..78ef4db7 100644 --- a/frontend/src/pages/ProfileEvaluator.vue +++ b/frontend/src/pages/ProfileEvaluator.vue @@ -151,7 +151,7 @@