aboutsummaryrefslogtreecommitdiff
path: root/src/components/retweet_button/retweet_button.js
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2018-02-02 00:45:29 +0200
committereal <eal@waifu.club>2018-02-02 00:45:29 +0200
commit664a55fc792bbaf5e3b474a610fee53febaa7ebd (patch)
treedafad80730ce598e77c270d5393ae27fd1214322 /src/components/retweet_button/retweet_button.js
parent3ff39f9b392013856c26d63ef3a318b02287eb34 (diff)
Show fav/RT counts even if not logged in.
Diffstat (limited to 'src/components/retweet_button/retweet_button.js')
-rw-r--r--src/components/retweet_button/retweet_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/retweet_button/retweet_button.js b/src/components/retweet_button/retweet_button.js
index 2280f315..4a43542d 100644
--- a/src/components/retweet_button/retweet_button.js
+++ b/src/components/retweet_button/retweet_button.js
@@ -1,5 +1,5 @@
const RetweetButton = {
- props: ['status'],
+ props: ['status', 'loggedIn'],
data () {
return {
animated: false