diff --git a/src/components/quote_button/quote_button.js b/src/components/quote_button/quote_button.js index 227a68e2..f5bf7e3a 100644 --- a/src/components/quote_button/quote_button.js +++ b/src/components/quote_button/quote_button.js @@ -5,7 +5,7 @@ library.add(faQuoteLeft) const QuoteButton = { name: 'QuoteButton', - props: ['status', 'quoting'], + props: ['status', 'quoting', 'visibility'], computed: { loggedIn () { return !!this.$store.state.users.currentUser diff --git a/src/components/quote_button/quote_button.vue b/src/components/quote_button/quote_button.vue index 319db8b4..7a4c6b4b 100644 --- a/src/components/quote_button/quote_button.vue +++ b/src/components/quote_button/quote_button.vue @@ -1,7 +1,10 @@