Show fav/RT counts even if not logged in.

This commit is contained in:
eal 2018-02-02 00:45:29 +02:00
parent 3ff39f9b39
commit 664a55fc79
5 changed files with 24 additions and 18 deletions

View file

@ -1,5 +1,5 @@
const RetweetButton = {
props: ['status'],
props: ['status', 'loggedIn'],
data () {
return {
animated: false