From 21bbd6bae56b23ec25167520e42a8d771e047092 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 21 Mar 2016 13:11:03 -0400 Subject: Changed RhsComment to receive the current user through props --- webapp/components/rhs_thread.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/rhs_thread.jsx') 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} /> ); })} -- cgit v1.2.3-1-g7c22