diff options
| author | Toromino <d.buchholz@toromino.de> | 2018-08-09 16:46:18 +0000 |
|---|---|---|
| committer | Toromino <d.buchholz@toromino.de> | 2018-08-09 16:46:18 +0000 |
| commit | 01652fc252559ecd79af4774526a4f16172ebdd7 (patch) | |
| tree | 5e706fddb17dddbe86ad04c572e36ba4c5c4335e /src | |
| parent | 316692ee854fbd9b15f9838cf915966956ec8ca8 (diff) | |
Update retweet_button.js
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/retweet_button/retweet_button.js | 2 |
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 9833e8b2..cafa9cbc 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', 'loggedIn'], + props: ['status', 'loggedIn', 'visibility'], data () { return { animated: false |
