PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)

Этот коммит содержится в:
Harrison Healey
2017-03-30 09:49:22 -04:00
коммит произвёл GitHub
родитель c06a23ea0b
Коммит ee3b983a63
8 изменённых файлов: 122 добавлений и 37 удалений

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

@@ -592,10 +592,7 @@ export default class RhsComment extends React.Component {
<PostMessageContainer post={post}/>
</div>
{fileAttachment}
<ReactionListContainer
post={post}
currentUserId={this.props.currentUser.id}
/>
<ReactionListContainer post={post}/>
</div>
</div>
</div>