From 0888b9462fccf0cfb558bb568e0e313008532097 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Mon, 25 Jul 2022 19:58:55 +0300 Subject: [PATCH] Change quoted status link to router-link --- src/components/quote_card/quote_card.js | 10 +--------- src/components/quote_card/quote_card.vue | 8 +++----- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/components/quote_card/quote_card.js b/src/components/quote_card/quote_card.js index 8f1a58a1..48fdbe42 100644 --- a/src/components/quote_card/quote_card.js +++ b/src/components/quote_card/quote_card.js @@ -14,15 +14,7 @@ const QuoteCard = { computed: { ...mapGetters([ 'mergedConfig' - ]), - statusLink () { - return { - name: 'conversation', - params: { - id: this.status.id - } - } - } + ]) }, components: { QuoteCardContent diff --git a/src/components/quote_card/quote_card.vue b/src/components/quote_card/quote_card.vue index 64f8b6a9..7f114938 100644 --- a/src/components/quote_card/quote_card.vue +++ b/src/components/quote_card/quote_card.vue @@ -1,15 +1,13 @@