diff --git a/src/components/quote_card/quote_card.js b/src/components/quote_card/quote_card.js index 48fdbe42..8f1a58a1 100644 --- a/src/components/quote_card/quote_card.js +++ b/src/components/quote_card/quote_card.js @@ -14,7 +14,15 @@ 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 8cabe1a4..64f8b6a9 100644 --- a/src/components/quote_card/quote_card.vue +++ b/src/components/quote_card/quote_card.vue @@ -2,7 +2,7 @@