Move post view container user store listener into center panel and pass profiles into post focus view

Этот коммит содержится в:
JoramWilander
2016-02-25 12:59:24 -05:00
родитель 4153507462
Коммит 493722b8f2
3 изменённых файлов: 13 добавлений и 14 удалений

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

@@ -105,6 +105,7 @@ export default class PostFocusView extends React.Component {
introText={this.getIntroMessage()}
messageSeparatorTime={0}
postsToHighlight={postsToHighlight}
profiles={this.props.profiles}
/>
</div>
);
@@ -114,4 +115,5 @@ PostFocusView.defaultProps = {
};
PostFocusView.propTypes = {
profiles: React.PropTypes.object
};