From 556eb4b8a33346ecfee57ed2b3e0f65584ff8359 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Thu, 14 Jun 2018 17:17:36 -0400 Subject: add unretweet action to statuses.js --- src/components/retweet_button/retweet_button.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/retweet_button/retweet_button.js') 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 } } -- cgit v1.2.3-70-g09d2