summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_thread.jsx
diff options
context:
space:
mode:
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}
/>
);
})}