summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_comment.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-03-30 09:49:22 -0400
committerGitHub <noreply@github.com>2017-03-30 09:49:22 -0400
commitee3b983a6344d78bafa553607133020e8e1fb0ed (patch)
tree2ddd0e83f9ae8fd3132c15c43b6ca7f80e7c7428 /webapp/components/rhs_comment.jsx
parentc06a23ea0b0aa317b88327a78e55d2fe7b2c1b89 (diff)
downloadchat-ee3b983a6344d78bafa553607133020e8e1fb0ed.tar.gz
chat-ee3b983a6344d78bafa553607133020e8e1fb0ed.tar.bz2
chat-ee3b983a6344d78bafa553607133020e8e1fb0ed.zip
PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)
Diffstat (limited to 'webapp/components/rhs_comment.jsx')
-rw-r--r--webapp/components/rhs_comment.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx
index 52e4d9851..278163bf7 100644
--- a/webapp/components/rhs_comment.jsx
+++ b/webapp/components/rhs_comment.jsx
@@ -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>