This commit is contained in:
mgabdev
2020-04-07 23:22:24 -04:00
parent f866f9d78c
commit f6fe64cb53
5 changed files with 39 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ class CommentHeader extends ImmutablePureComponent {
render() {
const { status } = this.props
const repostCount = 12 // status.get('reblogs_count')
const favoriteCount = 2 // status.get('favourites_count') // : todo :
const repostCount = status.get('reblogs_count')
const favoriteCount = status.get('favourites_count')
const statusUrl = `/${status.getIn(['account', 'acct'])}/posts/${status.get('id')}`;