Changed RhsComment to receive the current user through props

Этот коммит содержится в:
Harrison Healey
2016-03-21 13:11:03 -04:00
родитель bb16a71d6e
Коммит 21bbd6bae5
2 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@@ -198,6 +198,7 @@ export default class RhsThread extends React.Component {
key={comPost.id + 'commentKey'}
post={comPost}
user={p}
currentUser={this.props.currentUser}
/>
);
})}