Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Feedback/vue/src/RateFeature/RateFeature.vue')
-rw-r--r--plugins/Feedback/vue/src/RateFeature/RateFeature.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Feedback/vue/src/RateFeature/RateFeature.vue b/plugins/Feedback/vue/src/RateFeature/RateFeature.vue
index 324142273f..ba90382e55 100644
--- a/plugins/Feedback/vue/src/RateFeature/RateFeature.vue
+++ b/plugins/Feedback/vue/src/RateFeature/RateFeature.vue
@@ -63,7 +63,6 @@
<div
v-if="like"
>
- <ReviewLinks />
</div>
<input
type="button"
@@ -78,7 +77,6 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { MatomoDialog, AjaxHelper } from 'CoreHome';
-import ReviewLinks from '../ReviewLinks/ReviewLinks.vue';
export default defineComponent({
props: {
@@ -86,7 +84,6 @@ export default defineComponent({
},
components: {
MatomoDialog,
- ReviewLinks,
},
data() {
return {