diff options
| author | eal <eal@waifu.club> | 2018-02-02 00:45:29 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2018-02-02 00:45:29 +0200 |
| commit | 664a55fc792bbaf5e3b474a610fee53febaa7ebd (patch) | |
| tree | dafad80730ce598e77c270d5393ae27fd1214322 /src/components/favorite_button/favorite_button.js | |
| parent | 3ff39f9b392013856c26d63ef3a318b02287eb34 (diff) | |
Show fav/RT counts even if not logged in.
Diffstat (limited to 'src/components/favorite_button/favorite_button.js')
| -rw-r--r-- | src/components/favorite_button/favorite_button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/favorite_button/favorite_button.js b/src/components/favorite_button/favorite_button.js index 466e9b84..1266be90 100644 --- a/src/components/favorite_button/favorite_button.js +++ b/src/components/favorite_button/favorite_button.js @@ -1,5 +1,5 @@ const FavoriteButton = { - props: ['status'], + props: ['status', 'loggedIn'], data () { return { animated: false |
