@@ -112,11 +112,6 @@
}
}
},
- computed: {
- pendingQueue () {
- return this.$store.getters.isInCompleteQueue(this.section);
- }
- },
created(){
this.$store.dispatch('updateListQueue', {'name': this.section});
},
diff --git a/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue b/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue
index 1466305f..7b8f9106 100644
--- a/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue
+++ b/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue
@@ -1,6 +1,5 @@
-
diff --git a/resources/assets/vue/components/feedback/sections/FeedbackCustomerSectionComponent.vue b/resources/assets/vue/components/feedback/sections/FeedbackCustomerSectionComponent.vue
index 4030081a..7669c335 100644
--- a/resources/assets/vue/components/feedback/sections/FeedbackCustomerSectionComponent.vue
+++ b/resources/assets/vue/components/feedback/sections/FeedbackCustomerSectionComponent.vue
@@ -45,7 +45,6 @@
},
successHandler(response){
this.$store.dispatch('completeList', {'name': this.section, 'data': []});
- console.log(JSON.stringify(response.payload.data[0]));
this.questions = response.payload.data;
}
}
diff --git a/resources/views/partials/menu.blade.php b/resources/views/partials/menu.blade.php
index 97991b8e..f019d874 100644
--- a/resources/views/partials/menu.blade.php
+++ b/resources/views/partials/menu.blade.php
@@ -189,7 +189,7 @@