summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_thread.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-21 13:11:03 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-21 13:11:03 -0400
commit21bbd6bae56b23ec25167520e42a8d771e047092 (patch)
treeaf18353b3bdc745ba0d77c6e481b4ba770643f53 /webapp/components/rhs_thread.jsx
parentbb16a71d6eb77c8035c7b1672aa1d5bc8ed7045e (diff)
downloadchat-21bbd6bae56b23ec25167520e42a8d771e047092.tar.gz
chat-21bbd6bae56b23ec25167520e42a8d771e047092.tar.bz2
chat-21bbd6bae56b23ec25167520e42a8d771e047092.zip
Changed RhsComment to receive the current user through props
Diffstat (limited to 'webapp/components/rhs_thread.jsx')
-rw-r--r--webapp/components/rhs_thread.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/rhs_thread.jsx b/webapp/components/rhs_thread.jsx
index ca950e2dc..2760765eb 100644
--- a/webapp/components/rhs_thread.jsx
+++ b/webapp/components/rhs_thread.jsx
@@ -198,6 +198,7 @@ export default class RhsThread extends React.Component {
key={comPost.id + 'commentKey'}
post={comPost}
user={p}
+ currentUser={this.props.currentUser}
/>
);
})}