summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_root_post.jsx
diff options
context:
space:
mode:
authorBrendan Bowidas <brendanbowidas@gmail.com>2016-10-06 16:43:53 -0400
committerenahum <nahumhbl@gmail.com>2016-10-06 17:43:53 -0300
commitc9793a566a4f425997448a742b16ed8754c17bae (patch)
tree40e294ddbbbcec573b6acd1b776f113d57be5709 /webapp/components/rhs_root_post.jsx
parent6e5d65d3364336846a3a7777493d8da0744044d7 (diff)
downloadchat-c9793a566a4f425997448a742b16ed8754c17bae.tar.gz
chat-c9793a566a4f425997448a742b16ed8754c17bae.tar.bz2
chat-c9793a566a4f425997448a742b16ed8754c17bae.zip
PLT-3252 Bring up profile popover after clicking on a profile picture… (#4144)
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel remove important * fixed 'Cannot read property first_name of undefined' bug * fix status indicator position * refactoring per request
Diffstat (limited to 'webapp/components/rhs_root_post.jsx')
-rw-r--r--webapp/components/rhs_root_post.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index 983469f50..7d643bd38 100644
--- a/webapp/components/rhs_root_post.jsx
+++ b/webapp/components/rhs_root_post.jsx
@@ -284,6 +284,7 @@ export default class RhsRootPost extends React.Component {
status={this.props.status}
width='36'
height='36'
+ user={this.props.user}
/>
);