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

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IzumiSy committed Oct 2, 2016
1 parent 223cd70 commit e16f77e
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 e16f77e

Please sign in to comment.