forked from AkkomaGang/akkoma-fe
Update retweet_button.js
This commit is contained in:
parent
316692ee85
commit
01652fc252
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
const RetweetButton = {
|
const RetweetButton = {
|
||||||
props: ['status', 'loggedIn'],
|
props: ['status', 'loggedIn', 'visibility'],
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
animated: false
|
animated: false
|
||||||
|
|
Loading…
Reference in a new issue