Fix ... for usernames on first page load

Этот коммит содержится в:
JoramWilander
2016-03-09 09:00:36 -05:00
родитель d9eb8c0c58
Коммит 1a38fbf681
4 изменённых файлов: 10 добавлений и 10 удалений

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

@@ -250,7 +250,6 @@ export default class PostsView extends React.Component {
shouldHighlight={shouldHighlight}
onClick={() => EventHelpers.emitPostFocusEvent(post.id)} //eslint-disable-line no-loop-func
displayNameType={this.state.displayNameType}
hasProfiles={profiles && Object.keys(profiles).length > 1}
user={profile}
/>
);