Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from IzumiSy/bugfix/give_favorite_retweet
Browse files Browse the repository at this point in the history
Fix the bug that retweet cannot be favorited
  • Loading branch information
k0kubun authored Oct 2, 2016
2 parents 223cd70 + e16f77e commit 334ecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/retweet.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class Retweet extends Tweet {
</div>
<div className='right_widget'>
<ReplyContainer tweet={this.props.tweet.retweeted_status} account={this.props.account} />
<FavoriteContainer tweet={this.props.tweet.retweeted_status} account={this.props.account} tab={this.props.tab} />
<FavoriteContainer tweet={this.props.tweet} account={this.props.account} tab={this.props.tab} />
</div>
</div>
</li>
Expand Down

0 comments on commit 334ecc1

Please sign in to comment.