diff options
| author | Francis Dinh <normandy@firemail.cc> | 2018-06-14 17:17:36 -0400 |
|---|---|---|
| committer | Francis Dinh <normandy@firemail.cc> | 2018-06-14 17:17:36 -0400 |
| commit | 556eb4b8a33346ecfee57ed2b3e0f65584ff8359 (patch) | |
| tree | 22180d0b42e0dde55698460e60ff9c0bdab97da2 /src/components/retweet_button | |
| parent | d05fcfa1a84d8f8089e1d691e8bd3e0d0960139c (diff) | |
add unretweet action to statuses.js
Diffstat (limited to 'src/components/retweet_button')
| -rw-r--r-- | src/components/retweet_button/retweet_button.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/retweet_button/retweet_button.js b/src/components/retweet_button/retweet_button.js index b5b6422c..9833e8b2 100644 --- a/src/components/retweet_button/retweet_button.js +++ b/src/components/retweet_button/retweet_button.js @@ -22,6 +22,7 @@ const RetweetButton = { classes () { return { 'retweeted': this.status.repeated, + 'retweeted-empty': !this.status.repeated, 'animate-spin': this.animated } } |
